[v-cloak] {
  display: none;
}
.title-section .page-banner__title {
  color: #fff;
  clear: left;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.mx-auto {
  margin: 0 auto;
}
.flex-wrap {
  flex-wrap: wrap;
}
/*cities' modal*/
.cities--modal {
  display: table;
  width: 100%;
}

.cities--modal li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #0661b2;
  display: block;
  margin-bottom: 14px;
}
.cities--modal li a:hover,
.cities--modal li a.selected {
  color: #cc0b19;
}

#popupCity .main-modal__title {
  display: flex;
  align-items: center;
}
#popupCity .main-modal__title img {
  padding-right: 16px;
}
#popupCity .close {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popupCity .close:before,
#popupCity .close:after {
  position: absolute;
  left: 19px !important;
  content: " ";
  height: 25px;
  width: 3px;
  background-color: #333;
}
#popupCity .close__wrap {
  height: 40px;
  width: 40px;
  right: 10px;
  top: 10px;
  position: absolute;
}

input#filterinput {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: solid 2px #333;
  width: 100%;
}
input#filterinput:focus-visible {
  outline: none;
}
#filterList {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  float: none;
  gap: 24px;
}

@media (max-width: 720px) {
  #popupCity .main-modal {
    width: 100%;
    margin: 0;
    height: 100vh !important;
  }
  .cities--modal li {
    flex-basis: 100%;
  }
}
.clusterIcon {
  position: relative;
  width: 40px;
  height: 40px;
  left: -20px;
  top: -20px;
  z-index: 10;
}
/*cities' modal*/
.footer__bottom a {
  display: inline-block;
}
/* helpers */
.w-100 {
  width: 100% !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media (min-width: 1024px) {
  .desktop-hidden-fix {
    display: none;
  }
}

#instagramApp .sales__item_small {
  padding: 0;
}
#instagramApp .main-card {
  background: none;
  box-shadow: none;
}
#instagramApp .main-card img,
#instagramApp .main-card video {
  background: #fff;
  box-shadow: 3px 3px 16px rgb(0 0 0 / 10%);
}
#instaSlider {
  align-items: center;
}
