.db-popup-open {
    overflow: hidden;
}
.db-popup-open .db-header,
.db-popup-open .db-container-catalogue > .breadcrumbs {
    display: none;
}
.daily-booking.search-map__open footer,
.daily-booking.search-map__open .map-pin {
     display: none !important;
}
.daily-booking.search-map__open {
    overflow: hidden;
}
.daily-booking.search-map__open .db-search-result {
    width: 100%;
    left: 0;
    z-index: 6;
}
.daily-booking.search-map__open .db-search-result #db-map {
    position: relative;
}
.daily-booking.search-map__open .db-search-result .db-search-result__left {
    display: none;
}
.daily-booking.search-map__open .db-search-result .db-search-result__right {
    display: block;
}

.container-tags {
    margin-bottom: 10px;
    border: 1px solid #d2d9dd;
    padding: 18px 20px;
}
.container-tags a {
    border: 1px solid #d2d9dd;
    padding: 6px 12px;
    border-radius: 15px;
    color: #393e41;
    margin-right: 15px;
    text-decoration: none;
    font-size: 14px;
}
.container-tags a:hover {
    text-decoration: none;
    color: #393e41;
    background-color: #E9EEF1;
}
/* header */
.db-header {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    position: relative;
    vertical-align: middle;
    height: 60px;
    z-index: 9;
}
.db-header__title {
    display: inline-block;
    max-width: calc(100% - 620px);
    margin: 0;
    margin-left: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #393e41;
    font-size: 18px;
    font-weight: 300;
    line-height: 60px;
}
.db-header .logo {
    display: inline-block;
    width: 76px;
    height: 34px;
    margin-top: 12px;
    vertical-align: middle;
}
.db-header .logo svg {
    width: 100%;
    height: 100%;
}
.db-header .nav {
    display: inline-block;
    vertical-align: middle;
}
.db-header .nav__item {
    display: inline-block;
    position: relative;
    list-style: none;
}
.db-header .nav__item:hover > .subnav {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.db-header .subnav {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    top: 140%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 88;
}
.db-header .subnav__item {
    display: block;
    letter-spacing: normal;
}
.db-header .subnav__link {
    font-size: 13px !important;
    text-decoration: none;
}
.db-header .navbar {
    clear: both;
    border-top: none;
    border-bottom: none;
}
.db-header .navbar__right {
    float: right;
}
.db-header .navbar__right .nav {
    font-size: 0;
    letter-spacing: -1px;
}
.db-header .navbar__right .nav__item {
    border-right: 2px solid #eee;
    vertical-align: top;
    letter-spacing: normal;
}
.db-header .navbar__right .nav__item:last-of-type {
    border-right: none;
}
.db-header .navbar__right .nav__item:last-of-type .nav__link {
    padding-right: 30px;
}
.db-header .navbar__right .nav__link,
.db-header .navbar__right .nav .subnav__link {
    display: inline-block;
    height: 60px;
    padding: 0 20px;
    color: #393e41;
    font-size: 13px;
    line-height: 60px;
    transition: all 0.25s;
    text-decoration: none;
}
.db-header .navbar__right .nav__link.add-advert-link,
.db-header .navbar__right .nav .subnav__link.add-advert-link {
    color: #197bd4;
    font-size: 12px;
    font-weight: 500;
    padding: 0 23px;
    text-transform: uppercase;
}
.db-header .navbar__right .nav__link.add-advert-link .db-add-advert,
.db-header .navbar__right .nav .subnav__link.add-advert-link .db-add-advert {
    line-height: 1;
}
.db-header .navbar__right .nav__link.add-advert-link path,
.db-header .navbar__right .nav .subnav__link.add-advert-link path {
    transition: all 0.25s;
}
.db-header .navbar__right .nav__link:hover,
.db-header .navbar__right .nav .subnav__link:hover {
    background-color: #197bd4;
    color: #fff;
    text-decoration: none;
}
.db-header .navbar__right .nav__link:hover path,
.db-header .navbar__right .nav .subnav__link:hover path {
    fill: #fff;
}
.db-header .navbar__right .nav .subnav__link {
    display: block;
    height: auto;
    padding: 11px 7px 11px 15px;
    line-height: 20px;
}
.db-container {
    position: relative;
    width: calc(50% + 485px);
    max-width: calc(50% + 485px);
    margin-right: 0;
}
.db-container-catalogue {
    width: 100%;
    padding-left: 40px;
}
.db-svg-icon {
    display: inline-block;
    vertical-align: middle;
}
.db-svg-icon svg {
    width: 100%;
    height: 100%;
}
.db-add-advert {
    width: 24px;
    height: 24px;
    margin-right: 14px;
    margin-bottom: 5px;
}
/* header mobile */
.db-header_mobile {
    display: none;
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    color: #7d888f;
    z-index: 101;
}
.db-header_mobile .container {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    padding: 14px 10px 12px;
    position: relative;
    z-index: 1;
}
.db-header_mobile .container .right {
    padding-top: 3px;
}
.db-header_mobile .logo {
    width: 76px;
    height: 34px;
}
.db-header_mobile a {
    cursor: pointer;
}
.db-header_mobile .nav {
    background: #fff;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    padding-top: 9px;
    top: -90%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s, opacity 0.4s;
}
.db-header_mobile .nav-toggle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.db-header_mobile .nav__item {
    display: block;
    width: 100%;
}
.db-header_mobile .nav__item:last-of-type .nav__link:last-child {
    margin-bottom: 8px;
}
.db-header_mobile .nav__item.section-end {
    padding-bottom: 9px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d2d9dd;
}
.db-header_mobile .nav__item .subnav {
    display: none;
    padding: 3px 21px 0;
    margin: 0;
}
.db-header_mobile .nav__item .subnav__item {
    display: block;
}
.db-header_mobile .nav__item .subnav__item.active .subnav__link {
    background-color: #227fbb;
    border-radius: 4px;
    color: #fff;
}
.db-header_mobile .nav__item .subnav__link {
    display: block;
    padding: 10px 21px;
    color: #7d888f;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}
.db-header_mobile .nav__item .subnav .currency {
    display: inline-block;
    padding: 6px 8px;
    margin-right: 15px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #393e41;
    font-size: 12px;
    text-transform: uppercase;
}
.db-header_mobile .nav__item .subnav .currency.active {
    border-color: #227fbb;
    color: #227fbb;
    font-size: 14px;
}
.db-header_mobile .nav__link {
    display: block;
    padding: 10px 21px;
    color: #7d888f;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}
.db-header_mobile .nav__link:hover {
    text-decoration: none;
}
.db-header_mobile .nav__link:active {
    color: #fff;
    background-color: #227fbb;
}
.db-header_mobile .nav__link.js-subnav-mob {
    font-weight: 500;
}
.db-header_mobile .nav__link.subnav_open .chevron-down {
    transform: rotate(180deg);
}
.db-header_mobile .nav__link .small {
    font-size: 80%;
    font-weight: 400;
}
.db-header_mobile .nav__icon {
    position: relative;
    width: 24px;
    height: 24px;
    top: -3px;
    float: right;
}
.db-header_mobile.active .container {
    border-bottom: 1px solid #d2d9dd;
    box-shadow: none;
}
.db-header_mobile.active .nav {
    top: 60px;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}
.db-header_mobile .navbar-brand__img {
    margin-top: 0;
}
.db-header_mobile .chevron-down {
    width: 12px;
    height: 7px;
    margin-left: 11px;
    transition: transform 0.25s;
}
.db-header_mobile .chevron-down svg {
    position: relative;
    top: -7px;
}
/*body*/
.db-content {
    background-color: #fff;
    padding-top: 7px;
    min-height: calc(100vh - 183.5px);
    color: #5c6469;
}
.daily-booking {
    margin: 0;
}
.daily-booking footer {
    position: relative;
}
.daily-booking footer .container {
    margin: 0;
    width: 100%;
}
.daily-booking .right {
    float: right;
}
.daily-booking .page_description {
    border-top: 1px solid #d2d9dd;
    margin: 0 12px 0 12px;
    padding-bottom: 45px;
}
.daily-booking .page_description-open,
.daily-booking .page_description-open-back {
    background-image: -webkit-linear-gradient(left, rgba(238,238,238,0) 0, #fff 70px);
    background-image:      -o-linear-gradient(left, rgba(238,238,238,0) 0, #fff 70px);
    background-image:         linear-gradient(to right, rgba(238,238,238,0) 0, #fff 70px);
}
/*filters*/
.db-filters {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0px 1px 21px;
}
.db-filters .filter {
    display: inline-flex;
    margin-top: 5px;
    margin-right: 15px;
    position: relative;
    color: #444;
}
.db-filters .filter.active:after {
    content: '';
    background-color: #197bd4;
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 5px;
    right: 6px;
}
.db-filters .filter_section .custom-radio {
    display: block;
}
.db-filters .filter_section .custom-radio input + span {
    padding-left: 27px;
    color: #7d888f;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
}
.db-filters .filter_section .custom-radio input + span:before {
    background-color: #e1e6e9;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 1px solid transparent;
    box-shadow: none;
}
.db-filters .filter_section .custom-radio input:checked + span:before {
    background-color: #fff;
    border: 1px solid #3689c5;
}
.db-filters .filter_section .custom-radio input:checked + span:after {
    left: 3px;
}
.db-filters-fixed {
    background-color: #fff;
    position: fixed;
    padding: 10px 10px 9px;
    border-top: 1px solid #d2d9dd;
    box-shadow: 0 0 5px 1px rgba(125,136,143,0.35);
    bottom: -60px;
    right: 0;
    left: 0;
    z-index: 8;
    transition: all 0.25s;
}
.db-filters-fixed.is-show {
    bottom: 0;
}
.db-filters-fixed .btn {
    background-color: #fff;
    padding: 0 12px;
    margin-right: 9px;
    border-radius: 4px;
    border: 1px solid #d2d9dd;
    outline: none !important;
    color: #444;
    font-family: Roboto;
    font-size: 15px;
    line-height: 38px;
}
.db-filters-fixed .btn:active {
    border: 1px solid #edc564;
    background-color: #ffd878;
}
.db-filters-fixed .btn:last-child {
    margin-right: 0;
}
.db-filters .search-dropdown {
    position: relative;
    z-index: 7;
    max-height: 0;
    margin: 0 -1px;
    line-height: 24px;
    background-color: #fff;
    border-left: 1px solid #a8adad;
    border-right: 1px solid #a8adad;
    border-top: 1px solid #a8adad;
    border-radius: 0 0 3px 3px;
    transition: max-height 0.2s;
    visibility: hidden;
    overflow: hidden;
}
.db-filters .search-dropdown.open {
    visibility: visible;
    border-bottom: 1px solid #d7d7d7;
    max-height: 250px;
}
.db-filters .search-link {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    cursor: pointer;
    font-style: normal;
}
.db-filters .search-link span {
    color: #223;
}
.db-filters .search-link:hover {
    color: #197bd4;
}
.db-filters .search-link:hover span {
    color: #197bd4;
}
.db-filters .search-list {
    padding: 11px 10px 14px 22px;
    position: relative;
}
.db-filters .search-input {
    position: relative;
    width: 292px;
    height: 40px;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #a8adad;
}
.db-filters .search-input:after {
    display: block;
    content: '';
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwOCAtMTE0KSI+PHVzZSBmaWxsPSIjMzgzZDQxIiB4bGluazpocmVmPSIjcWR1N2EiLz48cGF0aCBmaWxsPSIjMzgzZDQxIiBkPSJNMzIzLjYxIDEyOS42MWEuNzIuNzIgMCAwIDEtMS4wMiAwbC00LjA4LTQuMDhhNi40NyA2LjQ3IDAgMSAxIDEuMDItMS4wMmw0LjA4IDQuMDhjLjI4LjI4LjI4Ljc0IDAgMS4wMnptLTQuMS05LjE0YTUuMDMgNS4wMyAwIDEgMC0xMC4wNyAwIDUuMDMgNS4wMyAwIDAgMCAxMC4wNyAweiIvPjwvZz48L3N2Zz4=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
}
.db-filters .search-input input {
    width: 100%;
    padding-left: 16px;
    padding-right: 64px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    color: #393e41;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: none;
}
.db-filters .listWrap,
.db-filters .searchListWrap {
    color: #999;
    font-size: 13px;
    font-style: italic;
    position: relative;
    max-height: 155px;
}
.db-filters .filter-mobile-header {
    height: 44px;
    border-bottom: 1px solid #d2d9dd;
}
.db-filters .filter-clear {
    padding: 0 19px;
    color: #7d888f;
    font-size: 11px;
    line-height: 44px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    float: left;
}
.partners-close {
    z-index: 9;
    position: absolute;
    right: 1px;
    top: 1px;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 16px 18px;
}
.db-filters .filter-close {
    position: relative;
    width: 20px;
    height: 100%;
    padding: 12px 22px;
    cursor: pointer;
    float: right;
}
.partners-close:after,
.partners-close:before,
.db-filters .filter-close:after,
.db-filters .filter-close:before {
    position: absolute;
    top: 50%;
    left: 11px;
    display: block;
    width: 14px;
    height: 1px;
    content: '';
    background-color: #7d888f;
    transform-origin: center;
    transition: all 0.1s ease-in-out;
}
.partners-close:after,
.db-filters .filter-close:after {
    transform: rotate(45deg) translateY(-50%);
}
.partners-close:before,
.db-filters .filter-close:before {
    transform: rotate(-45deg) translateY(-50%);
}
.partners-close:hover:after,
.partners-close:hover:before,
.db-filters .filter-close:hover:after,
.db-filters .filter-close:hover:before {
    background-color: #edc564;
}
.db-filters .filter-overlap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
    width: 100vw;
    height: 100vh;
}
.db-filters .filter-overlap.is-open {
    display: block;
}
.db-filters .filter-button {
    padding: 0 11px;
    z-index: 7;
    font-size: 15px;
    line-height: 38px;
    letter-spacing: 0.16px;
    text-transform: none;
    border: 1px solid #d2d9dd;
    border-radius: 4px;
    user-select: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
}
.db-filters .filter-reset-button {
    background-color: #ffb0b0;
    border: 1px solid #ff9292;
}
.db-filters .date-filter input {
    padding: 0;
    border: none;
    cursor: pointer;
    width: 46px;
}
.db-filters .date-filter filter-button--range-selector input {
    width: 86px;
}
.db-filters .filter-button--range-selector {
    background-color: #ffd878;
    border: 1px solid #edc564;
    padding: 0 14px;
}
.mobile-filter-total,
.desktop-filter-total {
    display: none;
}
@media all and (min-width: 1025px) {
    .filter-desktop-button--range-selector {
        background-color: #ffd878 !important;
        border: 1px solid #edc564 !important;
    }
    .filter-desktop-button--range-selector .desktop-filter-total {
        display: inline;
    }
}
@media all and (max-width: 1024px) {
    .filter-mobile-button--range-selector {
        background-color: #ffd878 !important;
        border: 1px solid #edc564 !important;
    }
    .filter-mobile-button--range-selector .mobile-filter-total {
        display: inline;
    }
}
.db-filters .filter-popup {
    position: absolute;
    display: block;
    visibility: hidden;
    padding: 26px 22px;
    top: 45px;
    cursor: auto;
    opacity: 0.5;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    transform-origin: center top;
    transform: scale(0.5);
    transition: all 0.15s ease-in-out;
    background-color: #fff;
    border: 1px solid #e8ebed;
    overflow: hidden;
    z-index: 10;
}
.db-filters .filter-popup.is-open {
    top: 55px;
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.db-filters .date-filter {
    position: static;
}
.db-filters .date-filter__datepicker {
    padding: 26px 43px 28px 25px;
    left: 1px;
    top: 50px;
}
.db-filters .date-filter__datepicker .filters_date__control {
    padding-top: 21px;
    font-size: 14px;
}
.db-filters .filters_date__clear,
.db-filters .filters_date__clear:hover {
    color: #798991;
}
.db-filters .date-filter__datepicker a {
    text-decoration: none;
    cursor: pointer;
}
.db-filters .filters_date__clear,
.db-filters .filters_date__clear:hover {
    color: #798991;
}
.db-filters .filters_date__apply {
    float: right;
}
.db-filters .date-filter__datepicker.is-open {
    top: 60px;
}
.db-filters .instant-booking__popup {
    display: flex;
    flex-direction: row;
    padding: 31px 28px 36px;
    min-width: 382px;
}
.db-filters .instant-booking__content {
    float: left;
    padding-right: 50px;
}
.db-filters .instant-booking__content h2 {
    font-size: 17px;
    margin: 0 0 11px;
}
.db-filters .instant-booking__content span {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
}
.db-filters .instant-booking .sliding-switch {
    margin-top: 26px;
}
.db-filters .guests-filter__popup {
    padding: 25px 46px 13px 28px;
    min-width: 384px;
}
.db-filters .guests-filter__row {
    padding-bottom: 25px;
}
.db-filters .guests-filter__caption {
    font-size: 17px;
    font-weight: 300;
    float: left;
}
.db-filters .guests-filter__caption .addition {
    font-size: 13px;
}
.db-filters .guests-filter .sliding-switch {
    margin-top: 26px;
}
.db-filters .price-range__popup {
    padding: 26px;
    min-width: 267px;
}
.db-filters .price-range__selector {
    width: 100%;
}
.db-filters .ui-slider {
    background-color: #f5f5f5;
    position: relative;
    height: 5px;
    margin: 8px 0;
    cursor: pointer;
    text-align: left;
}
.db-filters .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #ffd878;
    height: 100%;
    border-radius: 4px;
}
.db-filters .ui-slider-handle {
    position: absolute;
    z-index: 2;
    background-color: #ffd878;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #edc564;
    top: -5px;
    margin-left: -7px;
    cursor: pointer;
}
.db-filters .ui-widget.ui-widget-content {
    border: none;
}
.db-filters .extended-filters {
    position: static;
}
.db-filters .extended-filters__wrap {
    position: absolute;
    width: calc(50vw + 68px);
    max-width: 831px;
    padding-bottom: 5px;
    left: -40px;
    top: 53px;
    overflow: hidden;
    z-index: 9;
    min-width: 686px;
}
.db-filters .extended-filters__popup {
    position: relative;
    background-color: #fff;
    padding: 14px 44px 23px 42px;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    box-shadow: -1px 4px 4px rgba(0,0,0,0.1);
    border: none;
    width: 100%;
    height: 0;
    margin-top: -100%;
    top: 0;
    left: 0;
}
.db-filters .extended-filters__popup.is-open {
    height: auto;
    margin-top: 0;
    top: 0;
}
.db-filters .extended-filters__popup h3 {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 13px;
    margin: 0;
}
.db-filters .extended-filters__popup hr {
    margin: 31px 0;
    background-color: #d2d9dd;
}
.db-filters .extended-filters__popup .mobile-fixed hr {
    margin: 23px 0;
}
.db-filters .extended-filters__popup .mobile-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: 300px;
    padding-right: 15px;
}
.db-filters .extended-filters__row {
    margin: 0 -5px 10px 0;
}
.db-filters .extended-filters__row:last-of-type {
    margin-bottom: 0;
}
.db-filters .extended-filters__caption {
    float: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.db-filters .extended-filters__caption .addition {
    font-size: 13px;
    line-height: 18px;
}
.db-filters .extended-filters__text {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.db-filters .extended-filters__parameters {
    padding-top: 5px;
    margin-bottom: -9px;
}
.db-filters .extended-filters__parameters .custom-radio,
.db-filters .extended-filters__parameters .custom-checkbox {
    margin-bottom: 11px;
    display: block;
}
.db-filters .extended-filters__parameters .col-left,
.db-filters .extended-filters__parameters .col-right {
    display: inline-block;
    vertical-align: top;
}
.db-filters .extended-filters__parameters .col-left {
    width: 56%;
}
.db-filters .comfort-filters {
    padding-bottom: 13px;
}
.db-filters .search-input--location {
    z-index: 10;
    width: 100%;
    height: 50px;
    border: none;
    margin: 12px 0 0 0;
}
.chosen-container::after {
    display: none;
}
.db-filters .search-input--location:after {
    display: none;
}
@media all and (min-width: 480px) and (max-width: 719px) {
    .db-filters .chosen-container {
        min-width: 440px;
    }
}
@media all and (min-width: 720px) and (max-width: 889px) {
    .db-filters .chosen-container {
        min-width: 680px;
    }
}
@media all and (min-width: 900px) and (max-width: 1024px) {
    .db-filters .chosen-container {
        min-width: 860px;
    }
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
    .db-filters .chosen-container {
        min-width: 585px;
    }
}
@media all and (min-width: 1280px) and (max-width: 1525px) {
    .db-filters .chosen-container {
        min-width: 607px;
    }
}
@media all and (min-width: 1526px) {
    .db-filters .chosen-container {
        min-width: 730px;
    }
}

.db-filters .chosen-container-multi {
    height: 48px;
}
.db-filters .chosen-container-multi .chosen-choices {
    height: 48px;
}
.db-filters .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 48px;
}
.db-filters .chosen-container-multi:not(.chosen-container-active) .chosen-choices li.search-field input[type="text"],
.db-filters .chosen-container-multi:not(.chosen-container-active) .chosen-choices li.search-field input[type="text"]::placeholder {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #7d888f;
}
.db-filters .filters_info-sort {
    font-size: 17px;
    font-weight: 300;
    line-height: 45px;
}
.db-filters .filters_info-sort .dropdown-menu {
    transform: translateY(-100%);
    margin-top: -26px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 2px solid #1b7bd5;
}
.db-filters .filters_info-sort .dropdown-header {
    position: static;
}
.db-filters .filters_info-sort .dropdown-menu::before,
.db-filters .filters_info-sort .dropdown-header::after {
    bottom: 0;
    transform-origin: bottom;
    transform: scaleY(-1);
}
.searchSort li:not(.dropdown-header) a:hover,
.db-filters .filters_info-sort .dropdown-menu li:not(.dropdown-header) a:hover {
    cursor: pointer;
}
.db-filters .filters_info-sort .dropdown-hover .arrow-dropdown li:first-child::after,
.db-filters .filters_info-sort .dropdown-hover:hover:not(.open) .dropdown-menu {
    display: none;
}
.db-filters .button {
    display: inline-block;
    float: right;
    line-height: 45px;
    border: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.1s ease-in-out;
}
.db-filters .button--reset {
    margin: 0 40px;
    color: #7d888f;
    font-size: 15px;
    text-decoration: none;
}
.db-filters .button--reset:hover {
    color: #636d73;
}
.db-filters .button--confirm {
    margin-right: -6px;
    padding: 0 35px;
    border-radius: 3px;
    background-color: #197bd4;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.db-filters .button--confirm:hover {
    background-color: #1569b4;
    color: #fff;
}
.db-filters .main-form__app-wrap,
.db-filters .jq-number {
    float: right;
}
.map-pin {
    background: #fff url("../images/svg/map-pin.svg") no-repeat 50% 50%;
    background-size: 15px 21px;
    display: block;
    position: fixed;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.21);
    right: 24px;
    bottom: 20px;
    z-index: 8;
    cursor: pointer;
    transition: box-shadow 0.25s, bottom 0.25s, visibility 0.25s, opacity 0.25s, transform 0.25s;
}
.map-pin.has-offset {
    bottom: 80px;
}
.map-pin.is-hidden {
    visibility: hidden;
    opacity: 0;
    bottom: 20px;
    transform: scale(0);
}
.sort-filters {
    margin-bottom: 20px;
}
.collapse--more-link {
    position: relative;
    color: #197bd4;
}
.collapse--more-link:focus,
.collapse--more-link:hover {
    color: #197bd4;
}
.collapse--more-link:before {
    display: inline-block;
    content: attr(data-title--collapse);
    font-size: 13px;
    padding-right: 10px;
}
.collapse--more-link:after {
    display: inline-block;
    content: '';
    position: absolute;
    transition: trabnsform 0.2s ease-in-out;
    transform-origin: center;
    transform: rotate(135deg);
    top: 7px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #197bd4;
    border-left: 1px solid #197bd4;
}
.collapse--more-link.collapsed:before {
    content: attr(data-title);
}
.collapse--more-link.collapsed:after {
    top: 2px;
    transform: rotate(-45deg);
}
.db-reject-search {
    display: none;
    width: 30px;
    border-right: 1px solid #a9adad;
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    right: 34px;
    cursor: pointer;
}
.db-reject-search:before,
.db-reject-search:after {
    content: '';
    background-color: #b3b9b9;
    position: absolute;
    display: block;
    width: 1px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -1px;
    transition: all 0.35s;
}
.db-reject-search:hover:before,
.db-reject-search:hover:after {
    background-color: #197bd4;
}
.db-reject-search:after {
    transform: rotate(45deg);
}
.db-reject-search:before {
    transform: rotate(-45deg);
}
.js-search:not([value=""]) ~ .db-reject-search {
    display: block;
}
#mobile-filter-dates {
    position: fixed !important;
}
/*datepicker*/
.date-filter__datepicker .custom-datepicker {
    margin-right: 0;
    margin-left: 0;
}
.date-filter__datepicker .custom-datepicker > .datepicker-wrap {
    padding-left: 0;
    padding-right: 0;
}
.date-filter__datepicker .custom-datepicker > .datepicker-wrap:first-child {
    padding-right: 20px;
}
.date-filter__datepicker .custom-datepicker > .datepicker-wrap:last-child {
    padding-left: 20px;
}
.custom-datepicker .datepicker td {
    padding: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #d2d9dd;
    color: #7d888f;
}
.date-filter__datepicker .datepicker-inline {
    width: auto;
}
.custom-datepicker .datepicker .table-condensed td.old.day {
    opacity: 0;
    border: none;
    cursor: default;
}
.custom-datepicker .datepicker .table-condensed td.new.day {
    display: none;
}
.custom-datepicker .datepicker thead .datepicker-switch {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px !important;
    text-align: center;
    color: #444;
    padding: 0;
}
.custom-datepicker .datepicker thead .dow {
    padding: 7px 0;
    font-size: 11px;
    font-weight: 300;
    line-height: 18.5px;
    text-align: center;
    color: #7d888f;
    text-transform: lowercase;
}
.custom-datepicker .datepicker thead .prev,
.custom-datepicker .datepicker thead .next {
    position: absolute;
    border: 1px solid #d2d9dd;
    border-radius: 4px;
    width: 38px !important;
    height: 22px !important;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMSI+PHBhdGggc3Ryb2tlPSIjYWRiYWMxIiBzdHJva2UtbWl0ZXJsaW1pdD0iNTAiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDk0IC0xOTUpIiBkPSJNOTQgMjAwLjVINzciLz48cGF0aCBkPSJNODggMTk1LjVsNiA1LTYgNSIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiNhZGJhYzEiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgOTQgLTE5NSkiLz48L3N2Zz4=") no-repeat 50% !important;
    background-position: center !important;
    opacity: 0.85;
    cursor: pointer;
    top: -1px !important;
    transition: opacity 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    transform-origin: center;
    color: #fff;
}
.custom-datepicker .datepicker thead .next {
    right: 0 !important;
    -webkit-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}
.custom-datepicker > .datepicker-wrap:first-child .table-condensed .next,
.custom-datepicker > .datepicker-wrap:last-child .table-condensed .prev {
    display: none;
}
.custom-datepicker .datepicker .table-condensed td.day.today {
    background: none;
    border: 1px solid #d2d9dd;
}
.custom-datepicker .datepicker .table-condensed td.day.disabled {
    color: #d2d9dd;
}
.custom-datepicker .datepicker .table-condensed td.day.active {
    background: #ffd878;
    border: 1px solid #edc564 !important;
    color: #444;
    border-radius: 0;
}
/*mobile*/
.range-calendar-group {
    margin-bottom: 18px;
    width: 100% !important;
}
.range-calendar-header {
    position: relative;
    padding: 0 0 2px !important;
    background-color: inherit;
    border: none;
    border-radius: 0;
}
.range-calendar-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px !important;
    text-align: center;
    color: #444;
    margin-bottom: 13px;
}
.range-calendar-table {
    margin: 0 !important;
    width: 100% !important;
    border-collapse: collapse;
}
.range-calendar-table td {
    padding: 0;
    width: 40px;
    height: 40px;
}
.range-calendar-table td.state-disable {
    color: #d2d9dd;
}
.range-calendar-table td.state-default {
    border: 1px solid #d2d9dd;
}
.range-calendar-table td.state-default:not(.state-disable) {
    color: #7d888f;
}
.range-calendar-table td.active {
    color: #444;
    background-color: #ffd878;
    border: 1px solid #edc564 !important;
}
/*mobile dates*/
.db-filters .date_range_wrap {
    display: flex;
    padding-top: 18px;
    align-items: center;
    justify-content: center;
}
.db-filters .i-arrow_right {
    background: url("../images/svg/arrow_right.svg") no-repeat;
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 12px;
    margin: 0 20px;
}
.db-filters .date_range {
    max-width: calc(50% - 35px);
    background: none !important;
    border: none !important;
    outline: none !important;
}
.db-filters .date_range,
.db-filters .date_range::placeholder {
    color: #444;
    font-size: 18px;
    font-weight: 300;
    opacity: 1;
}
.db-filters .date_range {
    display: inline-flex;
}
.db-filters .startDateMob {
    text-align: right;
}
.db-filters .day-names {
    display: table;
    width: 100%;
    padding: 15px 11px 8px;
    border-bottom: 1px solid #d2d9dd;
}
.db-filters .day-names__cell {
    display: table-cell;
    text-align: center;
    color: #7d888f;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

/*search list*/
.db-search-result {
    display: flex;
    position: relative;
    margin-left: -29px;
}
.db-search-result__left,
.db-search-result__right {
    transition: filter 0.2s ease-in-out;
}
.db-search-result__left {
    max-width: 810px;
    min-width: 646px;
    width: calc(50% + 47px);
    padding-bottom: 40px;
    margin-right: 10px;
    flex-grow: 0;
}
.db-search-result__right {
    position: relative;
    height: 100vh;
    flex-grow: 1;
}
.db-search-result__right .leaflet-pane {
    z-index: 80;
}
.db-search-result__right .leaflet-top,
.db-search-result__right .leaflet-bottom {
    z-index: 81;
}
.db-search-result.is-blur .db-search-result__left,
.db-search-result.is-blur .db-search-result__right {
    filter: blur(2px);
}
.db-search-result .promo-block {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    padding: 0 60px 0 33px;
}
.db-search-result .promo-blocks {
    padding-top: 1px;
}
.db-search-result .promo-block,
.db-search-result .promo-blocks {
    visibility: hidden;
    height: 0;
}
.db-search-result .promo-block__caption {
    color: #393e41;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
.db-search-result .promo-block__caption b {
    font-weight: 400;
}
.db-search-result .promo-block.is-show {
    margin-bottom: 29px;
}
.db-search-result .promo-block.is-show,
.db-search-result .promo-blocks.is-show {
    visibility: visible;
    height: auto;
}
.db-search-result .icon {
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
    min-width: 52px;
    width: 52px;
    height: 48px;
    margin-right: 12px;
}
.db-search-result .i-sign-pointer {
    background-image: url("../images/svg/sign-pointer.svg");
}
.db-search-result .i-calendar {
    background-image: url("../images/svg/calendar.svg");
}
.db-search-result .i-mini-map {
    background-image: url("../images/svg/mini-map.svg");
}
#db-map {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
/*item*/
.db-object-partners {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 8;
    cursor: default;
    padding: 0 15px;
    color: #7d888f !important;
    overflow: auto;
    -webkit-transition: height .5s linear;
    -moz-transition: height .5s linear;
    -ms-transition: height .5s linear;
    -o-transition: height .5s linear;
    transition: height .5s linear;
    height: 0;
}
.db-object-partners.open {
    height: 100%;
}
.db-search-result__left .object_item {
    margin-bottom: 10px;
}
.object-map,
.db-object-item {
    display: flex;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    height: 262px;
    border: 1px solid #d2d9dd;
    border-radius: 3px;
    overflow: hidden;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}
.object-map .swiper-slide,
.db-object-item .swiper-slide {
    background-color: #ebeefa;
}
.object-map .swiper-slide:before,
.db-object-item .swiper-slide:before {
    content: '';
    background-color: #ebeefa;
    filter: blur(4px);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
}
.object-map .swiper-slide-active,
.db-object-item .swiper-slide-active {
    z-index: 1;
}
.object-map .swiper-slider,
.db-object-item .swiper-slider {
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    width: 345px;
    min-width: 345px;
    height: 262px;
    margin: -1px 0;
    vertical-align: top;
}
.object-map .swiper-slider img,
.db-object-item .swiper-slider img {
    width: auto;
    height: 100%;
}
.object-map .swiper-slider:hover .swiper-arrow,
.db-object-item .swiper-slider:hover .swiper-arrow,
.object-map .swiper-slider:hover .swiper-pagination,
.db-object-item .swiper-slider:hover .swiper-pagination {
    visibility: visible;
}
.object-map .swiper-arrow,
.db-object-item .swiper-arrow {
    visibility: hidden;
    position: absolute;
    top: calc(50% - 8px);
    transform-origin: center;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    width: 17px;
    height: 17px;
    z-index: 2;
}
.object-map .swiper-arrow:hover,
.db-object-item .swiper-arrow:hover {
    border-color: #d9d9d9;
}
.object-map .swiper-button-prev,
.db-object-item .swiper-button-prev {
    transform: rotate(135deg);
    left: 21px;
}
.object-map .swiper-button-next,
.db-object-item .swiper-button-next {
    transform: rotate(-45deg);
    right: 23px;
}
.object-map .swiper-pagination,
.db-object-item .swiper-pagination {
    display: block;
    visibility: hidden;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    bottom: 5px;
    width: 100%;
    z-index: 2;
}
.object-map .swiper-pagination-bullet,
.db-object-item .swiper-pagination-bullet {
    display: inline-block;
    background-color: rgba(255,255,255,0.75);
    border-radius: 50%;
    margin: 1px 3.5px;
    width: 6px;
    height: 6px;
}
.object-map .swiper-pagination-bullet-active,
.db-object-item .swiper-pagination-bullet-active {
    margin: 0 2px;
    background-color: rgba(255,255,255,0.9);
    width: 8px;
    height: 8px;
}
.object-map__controls,
.db-object-item__controls {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
}
.object-map__controls .instant-booking__tip-btn,
.db-object-item__controls .instant-booking__tip-btn {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff url("../images/svg/flash.svg") no-repeat center;
    background-size: 12px 18px;
}
.object-map__controls .tooltip,
.db-object-item__controls .tooltip {
    opacity: 1;
    padding: 0 4px;
    margin-left: 6px;
}
.object-map__controls .tooltip-arrow,
.db-object-item__controls .tooltip-arrow {
    margin-top: -4px !important;
    border-right-color: #fff !important;
    border-width: 4px 4px 4px 0 !important;
}
.object-map__controls .tooltip-inner,
.db-object-item__controls .tooltip-inner {
    margin-top: 36px;
    padding: 12px 0 10px 18px;
    text-align: left;
    min-width: 234px;
    background-color: #fff;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.1);
    border-radius: 1px;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #444;
}
.object-map__controls .tooltip-inner b,
.db-object-item__controls .tooltip-inner b {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}
.object-map__info,
.db-object-item__info {
    position: relative;
    flex-grow: 1;
    height: 100%;
    padding: 30px 20px 17px;
    transition: 0.1s all ease-in-out;
    color: #7d888f !important;
}
.object-map__info:hover,
.db-object-item__info:hover {
    color: #7d888f;
}
.object-map__info .object-title,
.db-object-item__info .object-title {
    margin: 0 0 4px;
    color: #444;
    font-size: 22px;
    letter-spacing: -1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.object-map__info .object-desc,
.db-object-item__info .object-desc {
    clear: both;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 31px;
}
.object-map__info .object-desc .separator,
.db-object-item__info .object-desc .separator {
    margin: 0 24px;
}
.object-map__info .object-price,
.db-object-item__info .object-price {
    color: #f2ac00;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 34px;
}
.object-map__info .object-price sup,
.db-object-item__info .object-price sup {
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 7px;
    letter-spacing: normal;
}
.object-map__info .object-reviews,
.db-object-item__info .object-reviews {
    position: relative;
    padding-left: 24px;
    color: #7d888f;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    vertical-align: middle;
    text-decoration: none;
}
.object-map__info .object-reviews:before,
.db-object-item__info .object-reviews:before {
    display: inline-block;
    position: absolute;
    content: '';
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTgyIC00NjUpIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iI2E5YWRhZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjUwIiBkPSJNNTkxLjggNDY2YTguODEgOC44MSAwIDAgMC04LjggOC44IDguOSA4LjkgMCAwIDAgMS4xNSA0LjQxbC0xLjE1IDQuMzMgNC4zMy0xLjE1QTguODEgOC44MSAwIDEgMCA1OTEuOCA0NjZ6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiNhOWFkYWQiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgZD0iTTU5NS42NCA0NzQuNDNjMCAyLjEtMS43MiAzLjgzLTMuODMgMy44M2EzLjg0IDMuODQgMCAwIDEtMy44My0zLjgzIi8+PC9nPjwvc3ZnPg==") no-repeat center;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    top: 5px;
    left: 0;
}
.object-map__info .object-reviews:hover,
.db-object-item__info .object-reviews:hover {
    color: #69747a;
}
.object-map__info .object-link,
.db-object-item__info .object-link {
    font-size: 14px;
}
.object-map__info .object-link .site,
.db-object-item__info .object-link .site {
    color: #197bd4;
    text-decoration: none;
}
.object-map__info .object-link .site:hover,
.db-object-item__info .object-link .site:hover {
    color: #1569b4;
    border-bottom: 1px dotted #1569b4;
}
.object-map__info .object-public-date,
.db-object-item__info .object-public-date {
    position: absolute;
    bottom: 9px;
    font-size: 12px;
}
.object-map:hover,
.db-object-item:focus,
.db-object-item:hover {
    box-shadow: 0 0 5px 1px rgba(125,136,143,0.35);
}
/*map*/
.object-map {
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    max-width: 414px;
    height: auto;
    position: fixed;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 -5px 7px rgba(0,0,0,0.15) !important;
    right: 0;
    bottom: 44px;
    left: 0;
    z-index: 81;
}
.object-map .swiper-slide {
    height: auto;
}
.object-map .swiper-slider {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.object-map .swiper-slider img {
    height: auto;
    min-height: 100%;
    max-height: 300px;
}
.object-map .swiper-slider .object_images_carousel-no_image {
    height: 100%;
}
.object-map__info {
    padding: 15px 12px 12px;
}
.object-map .object-title {
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: -0.49px;
}
.object-map .object-desc {
    justify-content: flex-start;
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 14px;
}
.object-map .object-desc .separator {
    margin: 0 20px;
}
.object-map .object-price {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 25px;
}
.object-map .object-price sup {
    font-size: 13px;
}
.object-map .swiper-slide.no_image {
    height: 300px;
}
.object-map_close {
    background-color: rgba(34,34,34,0.75);
    display: block;
    position: absolute;
    width: 37px;
    height: 32px;
    top: 21px;
    right: 0;
    z-index: 11;
    cursor: pointer;
}
.object-map_close:before,
.object-map_close:after {
    content: '';
    background-color: #fff;
    position: absolute;
    display: block;
    width: 1px;
    height: 14px;
    top: 50%;
    left: 18px;
    margin-top: -7px;
    transition: all 0.35s;
}
.object-map_close:before {
    transform: rotate(45deg);
}
.object-map_close:after {
    transform: rotate(-45deg);
}
.btn-fixed_catalogue {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 44px;
    padding: 8px 20px 8px 12px;
    box-shadow: 0 -5px 7px rgba(0,0,0,0.15);
    bottom: 0;
    left: 0;
    z-index: 88;
    color: #444;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
}
.btn-fixed_catalogue span {
    line-height: 28px;
}
.view-toggle {
    background-color: #df6607;
    display: flex;
    height: 28px;
    border: 1px solid #df6607;
    border-radius: 50px;
}
.view-toggle__link {
    display: inline-flex;
    height: 100%;
    padding-left: 11px;
    padding-right: 8px;
    align-items: center;
    color: #fff !important;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none !important;
    cursor: pointer;
}
.view-toggle__link.active {
    background-color: #fff;
    padding: 0 15px;
    border-radius: 50px;
    color: #df6607 !important;
}
#searchFilter .scroll-wrapper > .scroll-content {
    overflow: hidden !important;
}
/*max 1024*/
@media all and (min-width: 1025px) and (max-width: 1360px) {
    .db-object-item__info {
        max-width: calc(100% - 345px);
    }
    .db-object-item__info .object-desc {
        justify-content: space-between;
    }
    .db-object-item__info .object-desc .separator {
        margin: 0;
    }
}
@media all and (min-width: 1025px) and (max-width: 1160px) {
    .db-filters .search-input {
        width: 250px;
        margin-right: 7px;
    }
    .db-filters .filter {
        margin-right: 8px;
    }
    .db-search-result {
        margin-left: -15px;
    }
    .db-object-item {
        height: 244px;
    }
    .db-object-item__info {
        max-width: calc(100% - 322px);
    }
    .db-object-item .swiper-slider {
        height: 244px;
        width: 321px;
        min-width: 321px;
    }
    .db-container-catalogue {
        padding-left: 25px;
    }
}
@media all and (min-width: 1025px) {
    .db-filters-fixed,
    .map-pin {
        display: none !important;
    }
    #searchBlock {
        transition: all 0.25s;
    }
    #searchBlock.is-show {
        position: fixed;
        top: 0;
        z-index: 88;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 5px 1px rgba(125,136,143,0.35);
        border-bottom: 1px solid #d2d9dd;
        padding-top: 15px;
        padding-left: 40px;
    }
    .db-search-result.has-top-margin {
        margin-top: 76px;
    }
    #searchBlock.is-show #searchFilter {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    body.daily-booking {
        padding-top: 60px;
    }
    .db-header {
        display: none;
    }
    .db-header .navbar-nav {
        margin-left: 30px;
    }
    .db-header .navbar-nav .nav__item {
        margin-right: 18px;
    }
    .db-header_mobile {
        display: block;
    }
    .db-header_mobile .container {
        width: 100%;
        max-width: 100%;
    }
    .db-header_mobile .logo {
        float: left;
    }
    .db-header_transparent {
        display: block;
        margin-top: -60px;
    }
    .db-header_transparent .container {
        max-width: 720px;
    }
    .db-header_transparent + .header_mobile {
        display: none;
    }
    .breadcrumbs {
        display: none;
    }
    #searchFilter {
        flex-grow: 1;
    }
    .db-filters {
        flex-wrap: nowrap;
        padding: 13px 10px 25px 11px;
    }
    .db-filters .ui-slider {
        width: calc(100% - 28px);
        height: 3px;
        margin: 34px 13px;
    }
    .db-filters .ui-slider-handle {
        background-color: #fff;
        width: 28px;
        height: 28px;
        top: -14px;
        margin-left: -13px;
    }
    .db-filters .ui-slider-handle.ui-state-hover,
    .db-filters .ui-slider-handle.ui-state-active {
        background-color: #ffd878;
    }
    .db-filters .search-input {
        width: 100%;
    }
    .db-filters .filter {
        margin-right: 0;
    }
    .db-filters .filter-button {
        display: none;
    }
    .db-filters .filter-popup {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        height: 100% !important;
        padding: 0;
    }
    .db-filters .instant-booking__mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .db-filters .instant-booking__mobile .sliding-switch {
        margin: auto 0;
    }
    .db-filters .guests-filter__popup {
        min-width: 100%;
    }
    .db-filters .guests-filter__popup .filter-mobile-header {
        margin-bottom: 26px;
    }
    .db-filters .guests-filter__row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .db-filters .extended-filters__popup {
        position: relative;
    }
    .db-filters .extended-filters__popup hr {
        background-color: #e8ebed;
        height: 2px;
        margin: 21px 0;
        border: none;
    }
    .db-filters .extended-filters__popup .rule-filters {
        padding-bottom: 0;
    }
    .db-filters .extended-filters__popup .mobile-wrapper {
        padding: 26px 20px 0;
        height: calc(100% - 107px);
        overflow: scroll;
    }
    .db-filters .guests-filter__popup .mobile-fixed,
    .db-filters .extended-filters__popup .mobile-fixed {
        padding: 9px 10px;
        width: 100%;
        border-top: 1px solid #d2d9dd;
        background: #fff;
    }
    .db-filters .guests-filter__popup .mobile-fixed .button,
    .db-filters .extended-filters__popup .button {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }
    .db-filters .extended-filters .date_range_wrap {
        height: 48px;
        padding: 6px 20px;
        margin-bottom: 30px;
        border: 1px solid #d2d9dd;
        border-radius: 2px;
        cursor: pointer;
    }
    .db-filters .extended-filters .date_range_wrap .date_range {
        flex-grow: 1;
        font-size: 15px;
    }
    .db-filters .extended-filters .endDateMob {
        justify-content: flex-end;
    }
    .db-filters .extended-filters .filter-button {
        display: block;
        margin: 0;
    }
    .db-filters .extended-filters__wrap {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        min-width: 100%;
        height: 0;
    }
    .db-filters .extended-filters__parameters.rule-filters {
        margin-bottom: 15px;
    }
    .db-container-catalogue {
        padding-left: 0;
    }
    .db-search-result {
        margin-left: 0;
    }
    .db-search-result__left {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0;
    }
    .db-search-result__right {
        display: none;
        max-height: calc(100vh - 60px);
    }
    .leaflet-control-zoom {
        display: none;
    }
    .db-object-item__info .object-desc {
        justify-content: flex-start;
    }
    .db-object-item__info .separator {
        margin: 0 25px;
    }
    .db-add-advert {
        margin-bottom: 0;
    }
    .db-popup-open {
        overflow: hidden;
    }
    .db-popup-open .extended-filters__wrap {
        height: 100%;
    }
    .db-popup-open .db-header_mobile {
        filter: blur(2px);
        z-index: 1;
    }
    .custom-datepicker .ui-datepicker {
        width: 100% !important;
        max-width: 600px;
        margin: 0 auto;
    }
    .custom-datepicker .ui-datepicker-prev,
    .custom-datepicker .ui-datepicker-next {
        display: none;
    }
    .custom-datepicker .ui-datepicker-group {
        width: 100% !important;
        margin-bottom: 18px;
    }
    .custom-datepicker .ui-datepicker-group:not(:first-child) {
        margin-left: 0;
    }
    .custom-datepicker .ui-datepicker-title {
        margin-bottom: 13px;
    }
    .custom-datepicker thead {
        display: none;
    }
    .custom-datepicker td {
        width: auto;
        height: auto;
    }
    .custom-datepicker td a,
    .custom-datepicker td span {
        display: flex !important;
        width: auto;
        height: 100%;
        flex: 1;
        min-height: calc(13.4vw - 1px);
        justify-content: center;
        align-items: center;
    }
    #mobile-filter-dates .mobile-wrapper {
        height: calc(100% - 194px) !important;
    }
    #filter-guests .mobile-wrapper {
        height: calc(100% - 133px) !important;
    }
    .md-hidden {
        display: none !important;
    }
    .md-visible {
        display: block !important;
    }
}
@media all and (min-width: 1025px) {
    .lg-hidden {
        display: none !important;
    }
    .lg-visible {
        display: block !important;
    }
}
/*max 767*/
@media all and (max-width: 767px) {
    .db-search-result .promo-blocks {
        padding-bottom: 10px;
    }
    .db-search-result .promo-block {
        padding-left: 5px;
        padding-right: 0;
    }
    .db-object-item {
        flex-direction: column;
        height: auto;
    }
    .db-object-item .swiper-slide {
        height: auto;
    }
    .db-object-item .swiper-slider {
        width: 100%;
        max-width: 100%;
        min-width: 320px;
        height: auto;
    }
    .db-object-item .swiper-slider img {
        height: auto;
        min-height: 100%;
        max-height: 73vw;
    }
    .db-object-item__info {
        padding: 18px 26px 17px 12px;
    }
    .db-object-item__info .object-desc {
        margin-bottom: 16px;
        padding-right: 6px;
    }
    .db-object-item__info .object-price {
        margin-bottom: 15px;
    }
    .db-object-item__info .object-public-date {
        display: none;
    }
    .font-48 {
        font-size: 30px;
    }
    .font-24 {
        font-size: 18px;
    }
}
/*max 620*/
@media all and (max-width: 620px) {
    .db-filters .col-left,
    .db-filters .col-right {
        display: block !important;
        width: 100% !important;
    }
    .db-filters .houses-filters {
        padding-bottom: 13px;
    }
    .db-object-item__info .object-desc {
        justify-content: space-between;
    }
    .db-object-item__info .separator {
        margin: 0 !important;
    }
    .db-pagination {
        justify-content: center;
    }
}
@media all and (max-width: 414px) {
    .object-map .swiper-slider img {
        max-height: 73vw;
    }
}
@media all and (min-width: 621px) {
    .sm-hidden {
        display: none !important;
    }
    .sm-visible {
        display: block !important;
    }
    .day-names {
        text-align: center;
    }
    .day-names__cell {
        display: inline-block !important;
        width: calc(590px / 7);
    }
}
/*pagination*/
.db-pagination {
    display: flex;
    margin-top: 22px;
}
.db-pagination__prev,
.db-pagination__num,
.db-pagination__next {
    display: inline-flex;
    background-color: #e7ebed;
    height: 37px;
    margin-right: 5px;
    border-radius: 2px;
}
.db-pagination__prev,
.db-pagination__next {
    display: flex;
    width: 37px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s;
}
.db-pagination__prev svg,
.db-pagination__next svg {
    display: flex;
    width: 8px;
    height: 12px;
    margin: auto;
}
.db-pagination__prev svg path,
.db-pagination__next svg path {
    transition: fill 0.2s;
}
.db-pagination__prev:hover,
.db-pagination__next:hover {
    background-color: #ffd878;
    border: 1px solid #edc564;
}
.db-pagination__prev:hover path,
.db-pagination__next:hover path {
    fill: #fff;
}
.db-pagination__prev.disabled:hover,
.db-pagination__next.disabled:hover {
    background-color: #e7ebed;
    border: none;
    cursor: default;
}
.db-pagination__prev.disabled:hover path,
.db-pagination__next.disabled:hover path {
    fill: #7d888f;
}
.db-pagination__next svg {
    transform: rotate(180deg);
}
.db-pagination__num {
    padding: 0 23px;
    color: #7d888f;
    font-size: 12px;
    line-height: 37px;
}
/*number*/
.jq-number {
    position: relative;
    display: inline-block;
    padding: 0 34px;
}
.jq-number input {
    height: 28px;
    width: 40px;
    padding: 0 5px;
    border: none !important;
    outline: none !important;
    background: none !important;
    color: #444;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    -moz-appearance: textfield;
}
.jq-number input-webkit-inner-spin-button,
.jq-number input-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.jq-number__spin {
    background: transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #197bd4;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.jq-number__spin.disabled {
    opacity: 0.4;
    cursor: default;
}
.jq-number__spin.minus {
    left: 0;
}
.jq-number__spin.plus {
    right: 0;
}
.jq-number__spin.minus:after,
.jq-number__spin.plus:after,
.jq-number__spin.plus:before {
    content: '';
    position: absolute;
    background-color: #197bd4;
    top: 50%;
    left: 50%;
}
.jq-number__spin.plus:before {
    height: 10px;
    width: 1px;
    margin-top: -5px;
}
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    height: 1px;
    width: 10px;
    margin-left: -5px;
}
.jq-number__spin:active,
.jq-number__spin:focus {
    box-shadow: 0 0 4px 1px #197bd4;
}
/*price range*/
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 21px;
}
.irs-line {
    display: block;
    overflow: hidden;
    outline: none !important;
    height: 5px;
    cursor: pointer;
    background-color: #f5f5f5;
    top: 8px;
    position: relative;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}
.irs-line-left {
    left: 0;
    width: 11%;
}
.irs-line-mid {
    left: 9%;
    width: 82%;
}
.irs-line-right {
    right: 0;
    width: 11%;
}
.irs-bar {
    position: absolute;
    display: block;
    height: 5px;
    top: 8px;
    border: none;
    background: #ffd878;
    left: 0;
}
.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}
.irs-handle.type_last {
    z-index: 2;
}
.irs-handle {
    position: absolute;
    z-index: 2;
    top: 3px;
    margin-left: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: #ffd878;
    border: 1px solid #edc564;
    border-radius: 50%;
}
.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.type_last {
    z-index: 2;
}
.irs-from, .irs-to, .irs-single,
.irs-min, .irs-max {
    display: none !important;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}
.irs-disabled {
    opacity: 0.4;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
/*switch*/
.sliding-switch .switch {
    border: 1px solid #d2d9dd;
    border-radius: 14px;
    background-color: #f2f4f5;
    transition: all 0.15s ease-in-out;
    padding: 0 17px 0 0;
    height: 28px;
    float: right;
    cursor: pointer;
}
.sliding-switch input {
    visibility: hidden;
    position: absolute;
}
.sliding-switch input:checked ~ .switch {
    border: 1px solid #df6607;
    background-color: #df6607;
    padding: 0 0 0 17px;
}
.sliding-switch input:checked ~ .switch .slider {
    border: 1px solid #df6607;
}
.sliding-switch input:checked ~ .switch .slider:before,
.sliding-switch input:checked ~ .switch .slider:after {
    background-color: #df6607;
    top: 60%;
}
.sliding-switch input:checked ~ .switch .slider:after {
    transform-origin: bottom;
    transform: rotate(30deg);
    margin-top: -8px;
    height: 8px;
}
.sliding-switch input:checked ~ .switch .slider:before {
    transform-origin: bottom;
    margin-top: -5px;
    height: 5px;
}
.sliding-switch .slider {
    position: relative;
    margin: -1px;
    width: 28px;
    height: 28px;
    border: 1px solid #d2d9dd;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.sliding-switch .slider:before,
.sliding-switch .slider:after {
    content: '';
    background-color: #7f8990;
    position: absolute;
    display: block;
    width: 1px;
    height: 11px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -1px;
    transition: all 0.35s;
}
.sliding-switch .slider:after {
    transform: rotate(45deg);
}
.sliding-switch .slider:before {
    transform: rotate(-45deg);
}
/*checkbox*/
.new-checkbox {
    user-select: none;
}
.new-checkbox input:checked ~ span {
    color: #444;
}
.new-checkbox input:checked ~ span:before {
    color: #fff;
    border: none;
    background-color: #df6607;
}
.new-radio span,
.new-checkbox span {
    padding-left: 30px;
    color: #7d888f;
    font-size: 17px;
    font-weight: 300;
}
.new-checkbox span:before {
    border-radius: 1px;
    border: 1px solid #d2d9dd;
    line-height: 16px;
}
/*radio*/
.new-radio input:checked ~ span:after {
    color: #fff;
    border: none;
    background-color: #df6607;
}
