#filter {
  height: 90px;
  z-index: 50;
  background-color: #fff;
  font-size: 14px;
}
#filter .filter-body {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
}
#filter .filter-section {
  margin-right: 15px;
}

.filter-section .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #cecece;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.filter-section .btn-item i {
  font-size: 24px;
  color: rgb(169, 160, 160);
}
.filter-section .btn-item:hover, .filter-section .btn-item.select {
  border-color: #76ccd1;
  background-color: rgba(145, 216, 220, 0.5333333333);
}
.filter-section .btn-item.select .svg * {
  fill: #444 !important;
  stroke: #444 !important;
}
.filter-section .btn-item.select i {
  color: #444;
}
.filter-section .btn-ico {
  width: 50px;
  padding: 10px;
}
.filter-section.dropdown,
.filter-section .dropdown {
  padding: 0;
}
.filter-section .dropdown-item {
  padding: 0.5rem 1rem;
  font-weight: 300;
}
.filter-section .dropdown-item:hover, .filter-section .dropdown-item:focus, .filter-section .dropdown-item:focus:hover {
  background-color: #e9ecef;
}
.filter-section .dropdown-item.select {
  background-color: #76ccd1;
}
.filter-section .dropdown-toggle::after {
  border: none;
  content: "\f078";
  display: inline-block;
  margin-left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}
.filter-section .dropdown-menu {
  font-size: 14px;
}
.filter-section .dropdown-menu .col-2 {
  display: flex;
  flex-wrap: wrap;
  min-width: 340px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-section .dropdown-menu .col-2 li {
  width: 50%;
}
.filter-section svg {
  width: 28px;
  height: 28px;
}
.filter-section.filter-param .dropdown-menu .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.filter-section.filter-param .dropdown-menu .item .btn-ico {
  margin-right: 10px;
}
.filter-section.filter-param .dropdown-menu .item .faq-link {
  margin-left: 5px;
}
.filter-section.filter-setcount .btn-item {
  margin-right: 4px;
}
.filter-section .setcount {
  width: 300px !important;
  padding: 10px !important;
  font-size: 14px;
}
.filter-section .setcount .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.filter-section .setcount .item > div {
  display: inline-flex;
  align-items: center;
}
.filter-section .setcount .item small {
  color: #444545;
}
.filter-section .setcount .item svg {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.filter-section #btn-date:not(.select) {
  width: 50px;
  padding: 10px;
}
.filter-section #btn-date .value {
  display: none;
  margin-left: 10px;
}
.filter-section.filter-price:not(.active) #filter-price {
  display: none;
}

body.mobile.map-open .filter-sort {
  display: none;
}

.filter-section-type .item {
  margin-right: 4px;
}

/* desktop
****************************************/
body.desktop #filter .filter-header,
body.desktop #filter .filter-footer {
  display: none;
}
body.desktop .filter-param .dropdown-menu {
  padding: 15px;
  width: 400px;
  height: 75vh;
  overflow-y: scroll;
}
body.desktop .filter-sort .label {
  margin-left: 5px;
}
body.desktop .filter-price.active .btn-item {
  display: none;
}

/* mobile
****************************************/
body.mobile #filter {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 1050;
  background-color: #fff;
  transition: all 0.25s ease-out;
}
body.mobile #filter .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 15px;
  font-size: 18px;
}
body.mobile #filter .filter-footer {
  position: absolute;
  height: 70px;
  bottom: -70px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  border-top: 1px solid #e6e6e5;
  background-color: #fff;
  transition: all 0.25s ease-out;
  z-index: 1020;
}
body.mobile #filter .filter-body {
  display: block;
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px;
  padding-bottom: 100px;
}
body.mobile #filter .filter-sort {
  display: none;
}
body.mobile #filter .filter-section {
  margin-right: 0;
  margin-bottom: 15px;
  width: 100%;
}
body.mobile #filter .dropdown {
  width: 100%;
}
body.mobile #filter .filter-section-type,
body.mobile #filter .filter-tag,
body.mobile #filter .dropdown-toggle {
  justify-content: space-between;
}
body.mobile #filter .dropdown-menu {
  position: relative !important;
  transform: none !important;
  margin-top: 10px !important;
  width: 100% !important;
}
body.mobile #filter .filter-param > .dropdown > .btn-item {
  display: none;
}
body.mobile #filter .filter-param .dropdown-menu {
  display: block;
  border: none;
}
body.mobile .filter-setcount .setcount {
  width: 100% !important;
}
body.mobile .filter-setcount #dropdown-toggle-setcount {
  display: none !important;
}
body.mobile .filter-setcount .dropdown-menu {
  display: block;
}
body.mobile .dropdown .label {
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
body.mobile .filter-price {
  display: flex;
  align-items: center;
}
body.mobile .filter-price .btn-ico {
  margin-right: 10px;
}
body.mobile .filter-price.active .label {
  display: none;
}
body.mobile .filter-date {
  display: flex;
  align-items: center;
}
body.mobile .filter-date .btn-item {
  margin-right: 10px;
  width: 50px;
}

#filter.filter-had-activity .filter-footer {
  bottom: 0 !important;
}

body.filter-open #filter {
  left: 0;
}

.counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 16px;
}
.counter .minus, .counter .plus {
  width: 25px;
  cursor: pointer;
}
.counter .minus:hover, .counter .plus:hover {
  background-color: #eee;
}

.noUi-container {
  height: 30px;
  padding: 1px 8px 1px 8px;
}

.noUi-target {
  background-color: #d4d5d4;
  border: none;
  box-shadow: none;
  margin: 10px 5px;
}

.noUi-connect {
  background: #76ccd1;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: -12px;
  top: -8px;
  border-radius: 12px;
  background-color: #76ccd1;
  border: none;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}

.noUi-handle:after, .noUi-handle:before {
  content: none;
}

.slider-label {
  font-size: 13px;
}

#poi-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.poi {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.poi h2 {
  margin-top: 0px;
  text-align: left;
  font-size: 20px;
  height: 70px;
}
.poi h4 {
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  font-size: 16px;
}
.poi svg {
  height: 30px;
  vertical-align: middle;
  margin-bottom: 1px;
}
.poi .thumb-container {
  position: relative;
}
.poi .thumb-container .svg {
  width: 22px;
  height: 22px;
}
.poi .thumb-container .svg * {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.poi .type {
  position: absolute;
  top: 20px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #76ccd1;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
}
.poi .thumb {
  min-height: 100px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 8px;
}
.poi .description {
  font-size: 14px;
  color: #888;
}
.poi .detail-block {
  display: flex;
  justify-content: space-between;
  min-height: 15px;
  font-size: 13px;
  margin-bottom: 4px;
  margin-top: -2px;
}
.poi .detail-block .hearts {
  margin-top: 4px;
}
.poi .detail-block span.z {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
}
.poi .detail-block span.p {
  margin-left: 2px;
}
.poi .detail-block span.fav {
  float: right;
  color: #888888;
  font-size: 12px;
  font-weight: normal;
}
.poi .detail-block img {
  width: 15px;
  margin-right: 2px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.poi .rating-new {
  display: inline-block;
  background-color: #76cdd1;
  color: white;
  padding: 1px 3px 1px 3px;
  font-size: 13px;
  border-radius: 3px;
  margin-top: -6px;
  font-size: 13px;
  margin-bottom: 0px;
  position: relative;
  top: -3px;
}
.poi .poi-link {
  display: block;
}
.poi .poi-price {
  font-size: 12px;
  font-weight: bold;
  color: #888;
}
.poi .poi-price i {
  margin-right: 4px;
  color: #1abc9c;
}

body.mobile .detail-block .detail-block .rating {
  color: #c73a52;
  font-weight: bold;
}

body.mobile #poi-list .poi {
  width: 50%;
}
body.mobile #poi-list .poi .detail-block {
  display: block;
}
body.mobile #poi-list .poi .detail-block span {
  width: 100%;
}

@media (max-width: 1440px) {
  #poi-list {
    margin-left: -4px;
    margin-right: -4px;
  }
  #poi-list .poi {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 1280px) {
  #poi-list .poi {
    width: 50%;
  }
}
#poi-modal {
  font-size: 14px;
  line-height: 20px;
}
#poi-modal .modal-dialog {
  max-width: 480px;
}
#poi-modal .type {
  height: 22px;
  line-height: 22px;
  padding: 0 20px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #76ccd1;
  color: #fff;
  font-size: 12px;
}
#poi-modal .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 400;
}
#poi-modal .desc {
  margin-bottom: 10px;
  text-align: justify;
}
#poi-modal .gallery {
  min-height: 20px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#poi-modal .gallery img {
  width: 100%;
}
#poi-modal .comment-form textarea {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#poi-modal .comment-form i.btn-rat {
  cursor: pointer;
  font-size: 40px;
  margin-right: 30px;
  vertical-align: middle;
  color: #999999;
}
#poi-modal .comment-form i.btn-rat.selected {
  color: #76ccd1;
}
#poi-modal .comments-list .comment {
  display: flex;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  min-height: 80px;
}
#poi-modal .comments-list .comment img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 60px;
  float: left;
}
#poi-modal .owl-carousel .owl-prev span, #poi-modal .owl-carousel .owl-next span {
  font-size: 26px;
}
#poi-modal .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

footer {
  display: none !important;
}

#map #m {
  height: 100%;
  width: 100%;
}

#content {
  min-height: 100vh;
  background-color: #fff;
}
#content h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.content-header {
  margin-bottom: 40px;
}
.content-header .title-second {
  display: none;
}

.result-count {
  font-size: 12px;
}

.warning {
  cursor: pointer;
  background-color: white;
  padding: 10px 20px 10px 20px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 30px;
  font-size: 13px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.7);
}

.warning i {
  margin-right: 6px;
  color: red;
}

#btn-desktop-map-open {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 500;
}
#btn-desktop-map-open:hover {
  background-color: #76cdd1;
}
#btn-desktop-map-open svg {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  color: #6b7580;
}

.map-btn, body.mobile .filter-sort .btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.7);
}
.map-btn i, body.mobile .filter-sort .btn-item i {
  font-size: 18px;
  color: #000;
}
.map-btn svg, body.mobile .filter-sort .btn-item svg {
  width: 25px;
  height: 25px;
}
.map-btn svg *, body.mobile .filter-sort .btn-item svg * {
  fill: #000 !important;
  stroke: #000 !important;
}
.map-btn.select, body.mobile .filter-sort .select.btn-item {
  background-color: #76ccd1;
}
.map-btn.select i, body.mobile .filter-sort .select.btn-item i {
  color: #fff;
}

body.mobile .filter-sort .btn-item {
  border: none;
}

#btn-toggle-filter,
#btn-toggle-map,
body.mobile .filter-sort,
#btn-current-location {
  position: fixed;
  right: 10px;
  z-index: 1025;
}

#btn-toggle-filter {
  top: 60px;
  width: 92px;
}

#btn-toggle-map {
  top: 109px;
}

body.mobile .filter-sort {
  top: 215px;
}

#btn-current-location {
  top: 163px;
}

.poi-list-warning {
  display: none;
}

#btn-poi-list-reset-map {
  margin-top: 40px;
  cursor: pointer;
  text-align: center;
}
#btn-poi-list-reset-map span {
  color: #76ccd1;
}

body:not(.filter-active) #map .btn-reset-filter {
  display: none;
}

.poi-list-warning {
  text-align: center;
  padding-top: 30px;
}

/* desktop
****************************************/
.desktop .wrapper {
  padding-top: 80px;
}
.desktop #filter {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  height: 80px;
  padding-left: 50px;
  background-color: #fff;
}
.desktop #content {
  width: 58%;
  padding: 35px 50px;
}
.desktop #map {
  position: fixed;
  top: 130px;
  width: calc(42% - 15px);
  right: 15px;
  bottom: 15px;
}
.desktop .warning-container-top {
  position: absolute;
  top: 15px;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  z-index: 500;
}
.desktop.map-open #map {
  width: calc(100% - 65px);
}
.desktop.map-open #content {
  display: none;
}
.desktop #btn-toggle-filter {
  display: none;
}
.desktop #btn-current-location {
  top: 198px;
  right: 30px;
  cursor: pointer;
}
.desktop #btn-current-location:hover {
  background-color: #76cdd1;
}

/* mobile
****************************************/
.mobile #map {
  position: fixed;
  top: 45px;
  height: calc(100vh - 40px);
  left: 0;
  right: 0;
  z-index: 1;
}
.mobile #m .compass {
  display: none !important;
}
.mobile #m .zoom {
  display: none !important;
}
.mobile #map-clicker {
  position: relative;
  height: 220px;
  z-index: 10;
}
.mobile .warning-container-top {
  position: fixed;
  top: 60px;
  left: 15px;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 500;
}
.mobile #content {
  position: relative;
  z-index: 10;
  padding: 30px 10px;
}
.mobile.map-open #map {
  z-index: 20;
}
.mobile.map-open #content {
  display: none;
}
.mobile.map-open #btn-toggle-map .icon-map {
  display: none;
}
.mobile:not(.map-open) #btn-toggle-map .icon-list {
  display: none;
}

body.filter-active #btn-toggle-filter {
  background-color: #76ccd1;
  color: #fff;
}
body.filter-active #btn-toggle-filter svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

body.mobile.filter-open {
  overflow: hidden;
}
