.pc-photo{
    border: 0 !important;
}



body.scroll-card .navbar {
    height: 57px;
    border-bottom: 1px solid #d8d8d8;
}
body.scroll-home.opened .navbar,
/*body.another:not(.scroll-card) .navbar,*/
body.another .navbar,
body.sleft .navbar,
body.scroll .navbar {
    height: 57px;
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
}

.navbar .nav .nav-profile>li.message>a:before,
.navbar .nav .nav-profile>li.notice>a:before,
.navbar .nav-search .icon-search,
.navbar .nav .nav-button .btn,
.navbar .nav .nav-login>li a{
    color: #151515
}
.navbar .nav .nav-login {
    margin-left: 5px;
}

.main__new_filter {
    position: relative;
    z-index: 20;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.main__new_filter *,
.main__new_filter *:before,
.main__new_filter *:after {
    box-sizing: border-box;
}

.main__new_filter-inner {
    display: flex;
    align-items: stretch;
    position: relative;
    min-height: 62px;
}

.main__new_filter-item {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 11px 52px 11px 28px;
    border: 0;
    background: transparent;
    color: #151515;
    font: 14px/18px Arial, sans-serif;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main__new_filter-clear {
    display: none;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #727272;
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 3;
    transform: translateY(-50%);
    cursor: pointer;
}

.main__new_filter-item.has-value .main__new_filter-clear {
    display: block;
}

.main__new_filter-clear:before,
.main__new_filter-clear:after {
    display: block;
    content: "";
    width: 12px;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 11px;
    left: 6px;
}

.main__new_filter-clear:before {
    transform: rotate(45deg);
}

.main__new_filter-clear:after {
    transform: rotate(-45deg);
}

.main__new_filter-clear:hover {
    color: #151515;
}

/*
.main__new_filter-item_guests {
    padding-right: 154px;
}
*/

.main__new_filter-item_guests .main__new_filter-clear {
    right: 147px;
}

.main__new_filter-item + .main__new_filter-item:before {
    display: block;
    content: "";
    width: 1px;
    height: 32px;
    background: #d8d8d8;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
}

.main__new_filter.has-active-item .main__new_filter-item {
    background: #f0f0f0;
}

.main__new_filter.has-active-item .main__new_filter-item.is-active {
    background: #fff;
}

.main__new_filter.has-active-item .main__new_filter-item + .main__new_filter-item:before {
    display: none;
}

.main__new_filter-item.is-active {
    background: #fff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .13);
}

.main__new_filter .filter__location {
    position: static;
    width: 100%;
}

.main__new_filter .filter__location input {
    display: block;
    width: 100%;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #151515;
    font: 14px/22px Arial, sans-serif;
}

.main__new_filter-item_location.has-value .filter__location input {
    padding-right: 28px;
}

.main__new_filter .filter__location input::-webkit-input-placeholder {
    color: #727272;
}

.main__new_filter .filter__location input::-moz-placeholder {
    color: #727272;
}

.main__new_filter .filter__title {
    display: block;
    padding: 0;
    color: #151515;
    font: 700 12px/16px Arial, sans-serif;
}

.main__new_filter-value {
    display: block;
    overflow: hidden;
    color: #727272;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main__new_filter-value.is-selected {
    color: #151515;
}

.main__new_filter .form-submit,
.scroll-home .main__filter .form-submit{
    display: flex;
    align-items: center;
    width: 122px;
    padding: 0;
    position: absolute;
    top: 49%;
    right: 7px;
    z-index: 2;
    transform: translateY(-50%);
}

.main__new_filter .form-submit .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 25px;
}

.main__new_filter .form-submit .btn:before {
    content: "\e92d";
    font-family: icomoon !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main__new_filter-panel {
    display: none;
    position: absolute;
    top: 76px;
    z-index: 30;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}

.main__new_filter-panel.is-open {
    display: block;
}

.main__new_filter-panel_location {
    left: 0;
    width: 380px;
    padding: 28px 30px;
}

.main__new_filter-panel_duration {
    left: 50%;
    width: 380px;
    padding: 30px;
    transform: translateX(-50%);
}

.main__new_filter-panel_guests {
    right: 0;
    width: 380px;
    padding: 30px 36px;
}

.main__new_filter-panel-title {
    margin-bottom: 18px;
    font-weight: 700;
    color: #151515;
}

.main__new_filter-locations {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.main__new_filter-panel_location.has-autocomplete .main__new_filter-locations {
    display: none;
}

.main__new_filter-locations button {
    min-height: 44px;
    padding: 0 0 0 58px;
    border: 0;
    background: transparent;
    color: #151515;
    font: 15px/20px Arial, sans-serif;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.main__new_filter-locations button:before {
    display: block;
    content: "\e911";
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #eee;
    color: #727272;
    font-family: icomoon !important;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

body.another .autocomplete, body.sleft .autocomplete,
.main__new_filter-autocomplete {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.main__new_filter-autocomplete .autocomplete-item {
    min-height: 44px;
    margin: 0 0 14px;
    padding: 12px 0 12px 58px;
    border: 0;
    background: transparent;
    color: #151515;
    font: 15px/20px Arial, sans-serif;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.main__new_filter-autocomplete .autocomplete-item:last-child {
    margin-bottom: 0;
}

.main__new_filter-autocomplete .autocomplete-item:before {
    display: block;
    content: "\e911";
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #eee;
    color: #727272;
    font-family: icomoon !important;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.main__new_filter-autocomplete .autocomplete-item strong {
    font-weight: 400;
    color: #151515;
}

.main__new_filter-autocomplete .autocomplete-item.selected,
.main__new_filter-autocomplete .autocomplete-item:hover {
    color: #151515;
    background: transparent;
}

.main__new_filter-autocomplete .autocomplete-no-results {
    min-height: 0;
    margin-bottom: 0;
    padding: 0;
    color: #727272;
    cursor: default;
}

.main__new_filter-autocomplete .autocomplete-no-results:before {
    display: none;
}

.main__new_filter-hours,
.main__new_filter-clients {
    display: block;
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.main__new_filter-tabs-list {
    margin: 0 0 26px;
    padding: 0 !important;
    border-bottom: 1px solid #f9143b;
    line-height: unset !important;
    position: relative;
}

.main__new_filter-tabs-list:after {
    display: table;
    content: "";
    width: 100%;
}

.main__new_filter-tabs-list > li {
    float: left;
    max-width: 50%;
    padding: 0 !important;
    position: unset;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
}

.main__new_filter-tabs-list > li + li {
    margin-left: 0;
}

.main__new_filter-tabs-list > li:before {
    display: none !important;
    content: none !important;
}

.main__new_filter-tab {
    display: block;
    overflow: hidden;
    height: auto;
    padding: 0 0 5px;
    border-bottom: 4px solid transparent;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 600;
}

.main__new_filter-tab.is-active {
    border-color: #f9143b;
    background: transparent;
    color: #000;
}

.main__new_filter-tab.is-disabled {
    color: #939393;
    cursor: default;
    pointer-events: none;
    text-decoration: line-through;
}

.main__new_filter-tabs-body {
    display: none;
    overflow: hidden;
}

.main__new_filter-tabs-body.is-visible {
    overflow: visible;
}

.main__new_filter-tabs-body.is-disabled {
    opacity: .65;
}

.main__new_filter-times {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.main__new_filter-time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    flex-direction: column;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #151515;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}

.main__new_filter-time:hover,
.main__new_filter-time.is-active {
    border-color: #0d0a0a;
}
.main__new_filter-time.is-active {
    background-color: #0d0a0a;
    color: #fff;
}
.main__new_filter-time.is-disabled,
.main__new_filter-tabs-body.is-disabled .main__new_filter-time {
    color: #939393;
    cursor: default;
    pointer-events: none;
}
.main__new_filter-time-value {
    display: block;
    font-size: 16px;
    line-height: 18px;
}

.main__new_filter-time.is-disabled .main__new_filter-time-value,
.main__new_filter-tabs-body.is-disabled .main__new_filter-time-value {
    text-decoration: line-through;
}

.main__new_filter-time-label {
    display: block;
    color: #727272;
    font-size: 10px;
    line-height: 13px;
}

.main__new_filter-time.is-disabled .main__new_filter-time-label,
.main__new_filter-tabs-body.is-disabled .main__new_filter-time-label {
    color: #939393;
    text-decoration: none;
}

.main__new_filter-time.is-active .main__new_filter-time-label,
.main__new_filter-time.is-active > span {
    color: #fff;
}

.main__new_filter-clients-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
}

.main__new_filter-clients-counter-title {
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 6px;
}

.main__new_filter-clients-counter-list {
    color: #151515;
    font-size: 14px;
    line-height: 19px;
}

.main__new_filter-clients-counter-control {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main__new_filter-counter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background: #fff;
    color: #555;
    font-size: 21px;
    line-height: 1;
    cursor: pointer;
}

.main__new_filter-counter-btn.is-disabled {
    border-color: #e5e5e5;
    color: #d8d8d8;
    cursor: default;
}

.main__new_filter-counter-value {
    min-width: 16px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.main__new_filter-hidden,
.main__new_filter-mobile-actions {
    display: none;
}

body.scroll-home:not(.opened) .navbar,
body.scroll-home:not(.opened) .navbar a,
body.scroll-home:not(.opened) .navbar .nav a,
body.scroll-home:not(.opened) .navbar .nav-search,
body.scroll-home:not(.opened) .navbar [class*=" icon-"],
body.scroll-home:not(.opened) .navbar [class^="icon-"] {
    color: #151515;
}
body.scroll-home:not(.opened) .navbar a:before,
body.scroll-home:not(.opened) .navbar a:after,
body.scroll-home:not(.opened) .navbar .nav-drop:before,
body.scroll-home:not(.opened) .navbar .nav-drop:after,
body.scroll-home:not(.opened) .navbar .nav-search:before,
body.scroll-home:not(.opened) .navbar .nav-search:after,
body.scroll-home:not(.opened) .navbar [class*=" icon-"]:before,
body.scroll-home:not(.opened) .navbar [class*=" icon-"]:after,
body.scroll-home:not(.opened) .navbar [class^="icon-"]:before,
body.scroll-home:not(.opened) .navbar [class^="icon-"]:after,
body.scroll-home:not(.opened) .navbar .nav .nav-profile>li.message>a:before,
body.scroll-home:not(.opened) .navbar .nav .nav-profile>li.notice>a:before {
    color: #151515;
    border-color: #151515;
}

.scroll-home .main__new_filter {
    background: #fff;
    height: auto;
    margin: 1px 0 40px;
    padding: 0;
}

.scroll-home .main__new_filter:after {
    display: none;
}

.scroll-home .main__new_filter .main__filter-close,
.scroll-home .main__new_filter .main__filter-open {
    display: none;
}

.scroll-home .main__new_filter .filter__location {
    height: auto;
    margin: 0;
    padding: 0;
    border-left: 0;
    overflow: visible;
}

.scroll-home .main__new_filter .filter__location:before {
    display: none;
}

.scroll-home .main__new_filter .filter__location .form-control {
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #151515;
    font-size: 14px;
    line-height: 22px;
}

.scroll-home .main__new_filter .filter__title {
    position: static;
    color: #151515;
    font-size: 12px;
    line-height: 16px;
}

.scroll-home .main__new_filter .form-submit {
    display: flex;
}

.navbar .nav .nav-profile {
    margin-left: 0;
}
.navbar .main__new_filter {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    position: absolute;
    top: 3px;
    left: 145px;
    right: 260px;
}

.navbar .main__new_filter-inner {
    min-height: 48px;
}

/*.navbar .main__new_filter-item {
    padding: 8px 18px;
    align-items: center;
    text-align: center;
}*/

.navbar .main__new_filter .filter__title {
    display: none;
}

.navbar .main__new_filter .filter__location input {
    height: 22px;
    color: #151515;
    font: 700 14px/18px Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.navbar .main__new_filter .filter__location input::-webkit-input-placeholder {
    color: #151515;
}

.navbar .main__new_filter .filter__location input::-moz-placeholder {
    color: #151515;
}

.navbar .main__new_filter-value {
    color: #151515;
    font: 700 14px/18px Arial, sans-serif;
}

.navbar .main__new_filter .form-submit {
    width: 96px;
    right: 10px;
}

.navbar .main__new_filter .form-submit .btn {
    height: 34px;
    padding: 0 14px;
    line-height: 34px;
}

.navbar .main__new_filter-panel {
    top: 58px;
}

body.scroll-home.opened .main__new_filter,
body.sleft .main__new_filter,
body.another .main__new_filter {
    /*position: fixed;*/
    top: 5px;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    /*background: transparent;*/
    /*box-shadow: unset;
    /*border: unset;*/
}

body.scroll-home.opened .main__new_filter-inner,
body.sleft .main__new_filter-inner,
body.another .main__new_filter-inner {
    /*min-height: 48px;*/
    min-height: 40px;
}

body.scroll-home.opened .main__new_filter-item,
body.sleft .main__new_filter-item,
body.another .main__new_filter-item {
    padding-right: 42px;
}

/*body.scroll-home.opened .main__new_filter-item_guests,
body.sleft .main__new_filter-item_guests,
body.another .main__new_filter-item_guests {
    padding-right: 78px;
}*/

body.scroll-home.opened .main__new_filter-clear,
body.sleft .main__new_filter-clear,
body.another .main__new_filter-clear {
    right: 10px;
}

body.scroll-home.opened .main__new_filter-item_guests .main__new_filter-clear,
body.sleft .main__new_filter-item_guests .main__new_filter-clear,
body.another .main__new_filter-item_guests .main__new_filter-clear {
    right: 45px;
}

/*body.scroll-home.opened .main__new_filter-item,
body.sleft .main__new_filter-item,
body.another .main__new_filter-item {
    padding: 8px 18px;
    align-items: center;
    text-align: center;
}*/
/*body.scroll-home.opened .main__new_filter-item.is-active,
body.sleft .main__new_filter-item.is-active,
body.another .main__new_filter-item.is-active {
    background: #2d2d2d;
    box-shadow: unset;
}*/

body.scroll-home.opened .main__new_filter-item + .main__new_filter-item:before,
body.sleft .main__new_filter-item + .main__new_filter-item:before,
body.another .main__new_filter-item + .main__new_filter-item:before {
    background: #d8d8d8
}

body.scroll-home.opened .main__new_filter .filter__title,
body.sleft .main__new_filter .filter__title,
body.another .main__new_filter .filter__title {
    display: none;
}

body.scroll-home.opened .main__new_filter .filter__location,
body.sleft .main__new_filter .filter__location,
body.another .main__new_filter .filter__location {
    height: auto;
    margin: 0;
    padding: 0;
    border-left: 0;
}

body.scroll-home.opened .main__new_filter .filter__location:before,
body.sleft .main__new_filter .filter__location:before,
body.another .main__new_filter .filter__location:before {
    display: none;
}

body.scroll-home.opened .main__new_filter .filter__location .form-control,
body.sleft .main__new_filter .filter__location .form-control,
body.another .main__new_filter .filter__location .form-control {
    height: 22px;
    padding: 0;
    border: 0;
    color: #151515;
    font: 400 14px/18px Arial, sans-serif;
    text-align: left;
}

body.scroll-home.opened .main__new_filter .filter__location .form-control::-webkit-input-placeholder,
body.sleft .main__new_filter .filter__location .form-control::-webkit-input-placeholder,
body.another .main__new_filter .filter__location .form-control::-webkit-input-placeholder {
    color: #151515;
}

body.scroll-home.opened .main__new_filter .filter__location .form-control::-moz-placeholder,
body.sleft .main__new_filter .filter__location .form-control::-moz-placeholder,
body.another .main__new_filter .filter__location .form-control::-moz-placeholder {
    color: #151515;
}

body.scroll-home.opened .main__new_filter-value,
body.sleft .main__new_filter-value,
body.another .main__new_filter-value {
    color: #151515;
    font: 400 14px/18px Arial, sans-serif;
}

body.scroll-home.opened .main__new_filter .form-submit,
body.sleft .main__new_filter .form-submit,
body.another .main__new_filter .form-submit {
    display: flex;
    width: 32px;
    padding: 0;
    position: absolute;
    top: 48%;
    right: 5px;
    transform: translateY(-50%);
}

body.scroll-home.opened .main__new_filter .form-submit .btn,
body.sleft .main__new_filter .form-submit .btn,
body.another .main__new_filter .form-submit .btn {
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
}

body.scroll-home.opened .main__new_filter .form-submit .btn,
body.another .main__new_filter .form-submit .btn,
body.sleft .main__new_filter .form-submit .btn{
    font-size: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 2px;
}

body.scroll-home.opened .main__new_filter .form-submit .btn:before,
body.another .main__new_filter .form-submit .btn:before,
body.sleft .main__new_filter .form-submit .btn:before{
    margin: 1px 0 0 7px;
    content: "\e92d";
    font-family: icomoon !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.scroll-home.opened .main__new_filter-panel,
body.sleft .main__new_filter-panel,
body.another .main__new_filter-panel {
    top: 58px;
}

@media screen and (max-width: 767px) {
    body.scroll-home,
    body.scroll-home.opened {
        padding-top: 0 !important;
    }

    body.scroll-home.opened .wrapper {
        padding-top: 57px !important;
    }

    body.scroll-home:not(.opened) .navbar .nav-search {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    body.scroll-home.opened .navbar .nav-search {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .main__new_filter {
        display: none;
        width: auto;
        max-width: none;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #f5f5f5;
    }

    .main__new_filter.opened {
        display: block;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto;
        padding: 96px 18px 116px;
    }

    .navbar .main__new_filter.opened,
    .scroll-home .main__new_filter.opened,
    .scroll-home.opened .main__new_filter.opened,
    body.sleft .main__new_filter.opened,
    body.another .main__new_filter.opened {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 75px 17px 94px;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        overflow-y: auto;
        background: #f5f5f5;
    }

    .main__filter-close {
        display: block;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        position: fixed;
        cursor: pointer;
    }
    .scroll-home .main__filter.opened .main__filter-close,
    .navbar .main__filter.opened .main__filter-close {
        top: 15px;
        right: 17px;
        left: auto;
    }

    .main__filter-close:before,
    .main__filter-close:after {
        display: block;
        content: "";
        width: 18px;
        height: 2px;
        background: #151515;
        position: absolute;
        top: 20px;
        left: 12px;
    }

    .main__filter-close:before {
        transform: rotate(45deg);
    }

    .main__filter-close:after {
        transform: rotate(-45deg);
    }

    .main__new_filter-inner {
        display: block;
        min-height: 0;
    }

    .navbar .main__new_filter.opened .main__new_filter-inner,
    .scroll-home .main__new_filter.opened .main__new_filter-inner {
        display: block;
        min-height: 0;
    }

    .main__new_filter-item {
        width: 100%;
        min-height: 82px;
        margin-bottom: 14px;
        padding: 18px 58px 18px 24px;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
    }

    .navbar .main__new_filter.opened .main__new_filter-item,
    .scroll-home .main__new_filter.opened .main__new_filter-item {
        width: 100%;
        min-height: 66px;
        margin-bottom: 20px;
        padding: 16px;
        background: #fff;
    }

    .main__new_filter-clear,
    .main__new_filter-item_guests .main__new_filter-clear,
    .main__new_filter-item.has-value .main__new_filter-clear {
        display: none;
    }

    .main__new_filter-item + .main__new_filter-item:before {
        display: none;
    }

    .main__new_filter-item.is-active {
        box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
    }

    .main__new_filter-item.is-active {
        padding-right: 24px;
    }

    /*.navbar .main__new_filter.opened .main__new_filter-item.is-active,
    .scroll-home .main__new_filter.opened .main__new_filter-item.is-active {
        padding-right: 24px;
    }*/

    .navbar .main__new_filter.opened .main__new_filter-item.is-active .main__new_filter-value,
    .scroll-home .main__new_filter.opened .main__new_filter-item.is-active .main__new_filter-value {
        display: none;
    }


    .main__new_filter .filter__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .navbar .main__new_filter.opened .filter__title,
    .scroll-home .main__new_filter.opened .filter__title {
        display: block;
        position: static;
        color: #151515;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .main__new_filter-item:not(.is-active) .filter__title {
        float: left;
        margin: 0;
        color: #727272;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

    .navbar .main__new_filter.opened .main__new_filter-item:not(.is-active) .filter__title,
    .scroll-home .main__new_filter.opened .main__new_filter-item:not(.is-active) .filter__title {
        float: left;
        margin: 0;
        color: #727272;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

    .main__new_filter-item:not(.is-active) .main__new_filter-value,
    .main__new_filter-item:not(.is-active) .filter__location input {
        float: right;
        width: 58%;
        height: 22px;
        color: #151515;
        font-weight: 700;
        text-align: right;
    }

    .navbar .main__new_filter.opened .main__new_filter-item:not(.is-active) .main__new_filter-value,
    .navbar .main__new_filter.opened .main__new_filter-item:not(.is-active) .filter__location input,
    .scroll-home .main__new_filter.opened .main__new_filter-item:not(.is-active) .main__new_filter-value,
    .scroll-home .main__new_filter.opened .main__new_filter-item:not(.is-active) .filter__location input {
        float: right;
        width: 58%;
        height: 22px;
        padding: 0;
        border: 0;
        color: #151515;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        text-align: right;
    }

    .main__new_filter .filter__location input {
        height: 78px;
        padding: 0 58px;
        border: 1px solid #c7c7c7;
        border-radius: 4px;
        font-size: 18px;
        line-height: 78px;
        position: relative;
    }

    .navbar .main__new_filter.opened .filter__location,
    .scroll-home .main__new_filter.opened .filter__location {
        /*height: auto;*/
        margin: 0;
        padding: 0;
        border-left: 0;
        overflow: visible;
    }

    .navbar .main__new_filter.opened .filter__location:before,
    .scroll-home .main__new_filter.opened .filter__location:before {
        display: none;
    }

    .navbar .main__new_filter.opened .filter__location .form-control,
    .scroll-home .main__new_filter.opened .filter__location .form-control {
        height: 50px;
        padding: 0 14px;
        border: 1px solid #c7c7c7;
        border-radius: 4px;
        background: #fff;
        color: #151515;
        font-size: 18px;
        line-height: 78px;
        text-align: left;
        margin-top: 18px;
    }

    .main__new_filter .form-submit {
        display: none;
    }

    .navbar .main__new_filter.opened .form-submit,
    .scroll-home .main__new_filter.opened .form-submit {
        display: none;
    }

    .main__new_filter-panel {
        display: none;
        position: static;
        width: auto;
        transform: none;
        margin: -14px 0 14px;
        padding: 0 24px 24px;
        border: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
    }

    .main__new_filter-item.is-active .main__new_filter-panel {
        width: auto;
        margin: 18px -16px 0;
        padding: 0 15px 24px;
        box-shadow: none;
    }

    .main__new_filter-panel.is-open {
        display: block;
    }

    .main__new_filter-panel_location {
        padding-top: 0;
    }

    .main__new_filter-panel-title {
        display: none;
    }

    .main__new_filter-locations {
        gap: 17px;
    }

    .main__new_filter-locations button {
        min-height: 42px;
        padding-left: 56px;
        font-size: 18px;
        line-height: 28px;
    }

    .main__new_filter-locations button:before {
        width: 42px;
        height: 42px;
        font-size: 20px;
        line-height: 42px;
    }

    .main__new_filter-autocomplete .autocomplete-item {
        min-height: 56px;
        margin-bottom: 22px;
        padding: 13px 0 13px 76px;
        font-size: 24px;
        line-height: 30px;
    }

    .main__new_filter-autocomplete .autocomplete-item:before {
        width: 56px;
        height: 56px;
        font-size: 25px;
        line-height: 56px;
    }

    .main__new_filter-autocomplete .autocomplete-no-results {
        min-height: 0;
        padding: 0;
        font-size: 16px;
        line-height: 22px;
    }

    .main__new_filter-tabs-list {
        margin-bottom: 28px;
    }

    .main__new_filter-times {
        gap: 16px;
    }

    .main__new_filter-clients-counter-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .main__new_filter-mobile-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        background: #f5f5f5;
        border-top: 1px solid #d8d8d8;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 17px;
        z-index: 1001;
    }

    .main__new_filter-reset {
        border: 0;
        background: transparent;
        color: #151515;
        font: 16px/24px Arial, sans-serif;
        cursor: pointer;
    }

    .main__new_filter-mobile-actions .btn {
        min-width: 140px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 16px;
        height: 46px;
        padding: 0 20px;
        line-height: 46px;
        white-space: nowrap;
    }

    .main__new_filter-mobile-actions .btn:before {
        content: "\e92d";
        font-family: icomoon !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .main__new_filter-item:not(.is-active),
    .navbar .main__new_filter.opened .main__new_filter-item:not(.is-active),
    .scroll-home .main__new_filter.opened .main__new_filter-item:not(.is-active) {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .main__new_filter-item:not(.is-active) .filter__location
    {
        display: block !important;
        height: 22px !important;
        position: relative !important;
        width: 100% !important;
    }

    .main__new_filter-item:not(.is-active) .filter__title,
    .navbar .main__new_filter.opened .main__new_filter-item:not(.is-active) .filter__title,
    .scroll-home .main__new_filter.opened .main__new_filter-item:not(.is-active) .filter__title {
        float: none;
        flex: 0 0 auto;
        margin: 0;
        left: 0;
    }

    .main__new_filter-item:not(.is-active) .filter__location .filter__title {
        position: absolute;
        top: 0;
        left: 0;
    }

    .main__new_filter-item:not(.is-active) .main__new_filter-value,
    .main__new_filter-item:not(.is-active) .filter__location input,
    .navbar .main__new_filter.opened .main__new_filter-item:not(.is-active) .main__new_filter-value,
    .navbar .main__new_filter.opened .main__new_filter-item:not(.is-active) .filter__location input,
    .scroll-home .main__new_filter.opened .main__new_filter-item:not(.is-active) .main__new_filter-value,
    .scroll-home .main__new_filter.opened .main__new_filter-item:not(.is-active) .filter__location input {
        float: none;
        flex: 0 1 auto;
        width: auto;
        min-width: 0;
        height: 22px;
        margin-top: 0;
        margin-left: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 14px;
        line-height: 22px;
        text-align: right;
    }

    .main__new_filter-item:not(.is-active) .filter__location input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
}
