.more-less-btn {
  display: grid;
  grid-template-columns: 25px auto;
  width: 71px;
  height: 25px;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 3.5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 3.5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 3.5px rgba(0, 0, 0, 0.16);
}
.more-less-btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #000;
  background-color: #f5f5f5;
}
.more-less-btn:after {
  content: "More";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 12px;
  color: #000;
}

.trimmable {
  position: relative;
}
.trimmable:after {
  content: "";
  background: linear-gradient(to bottom, rgba(100, 100, 100, 0) 0%, #ffffff 75%);
  width: 100%;
  height: 70px;
  margin-top: -70px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.trimmable.opened {
  height: auto !important;
}
.trimmable.opened:after {
  display: none;
}
.trimmable.opened + .more-less-btn:before {
  content: "\f068";
}
.trimmable.opened + .more-less-btn:after {
  content: "Less";
}

div.content_wrapper {
  padding: 0 0;
  background-color: inherit;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.breadcrumbs {
  display: none !important;
}

.flotting-btn {
  display: none!important;
}

.shape_fixed_panel {
  display: none !important;
}

.fixed_panel.fixed {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 1020;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.fixed_panel.static {
  position: static !important;
}
.fixed_panel#homeSearchHomelist.sticked, .fixed_panel#homesearch_block_mobile.sticked {
  z-index: 1022;
}
.fixed_panel#fixedTabsBlock {
  z-index: 1019;
}
.fixed_panel#fixedTabsBlock:not(.sticked) > * {
  display: none !important;
  position: relative;
}
.fixed_panel#fixedTabsBlock.static {
  position: static !important;
}
.fixed_panel#fixedTabsBlock.sticked {
  z-index: 1021;
}

.business-detail-content-wrapper {
  margin-top: 20px;
  display: flex;
  width: 100%;
  gap: 20px;
}
.business-detail-left-column {
  width: 58.33333%;
}
.business-detail-left-column .title_block {
  font-size: 20px;
  font-family: "Inter-SemiBold", sans-serif;
  color: #111217;
  margin-bottom: 18px;
}
.business-detail-right-column {
  position: relative;
  width: 41.66667%;
  display: flex;
  justify-content: end;
}
#fixedTabsBlock.sticked .business-detail-tabs {
  background: #fff;
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.16);
}
#fixedTabsBlock.sticked .business-detail-tabs__row {
  background: none;
  border-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
#fixedTabsBlock.sticked .business-detail-tabs__title {
  display: flex;
}
#fixedTabsBlock.sticked .business-detail-tabs__nav-item.overview {
  display: none;
}
#fixedTabsBlock.sticked .business-detail-tabs__nav-item.photos {
  display: flex;
}
#fixedTabsBlock.sticked .business-detail-tabs__buttons-item.desktop-reviews, #fixedTabsBlock.sticked .business-detail-tabs__buttons-item.show_homesearch_panel {
  display: flex;
}
#fixedTabsBlock.sticked .business-detail-tabs__buttons-item.action_favorites, #fixedTabsBlock.sticked .business-detail-tabs__buttons-item.mobile-reviews {
  display: none;
}
.business-detail-tabs__row {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 0 10px;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.business-detail-tabs__container {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.business-detail-tabs__container a {
  color: #777;
  font-family: "Inter-Medium", sans-serif;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.business-detail-tabs__container a:hover {
  color: #222;
}
.business-detail-tabs__title {
  position: relative;
  font-size: 20px;
  font-family: "Inter-Bold", sans-serif;
  color: #111217;
  display: none;
  align-items: center;
  min-width: 0;
}
.business-detail-tabs__title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.business-detail-tabs__title:after {
  content: "";
  margin: 0 4px 0 16px;
  height: 30px;
  width: 1px;
  background-color: #dedede;
  display: block;
}
.business-detail-tabs__nav-item {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.business-detail-tabs__nav-item.photos {
  display: none;
}
.business-detail-tabs__nav-item[data-badge]:after {
  content: attr(data-badge);
  display: inline-block;
  margin-left: 5px;
  background: #f9b538;
  padding: 2px 8px;
  color: black;
  font-size: 12px;
  line-height: normal;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.business-detail-tabs__nav-item--selected {
  color: #222 !important;
}
.business-detail-tabs__nav-item--selected:before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(-0.5rem - 1px);
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 4px;
  background-image: linear-gradient(90deg, #0079b2 0%, #387c2c 100%);
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.business-detail-tabs__buttons-item {
  display: flex;
  align-items: center;
  margin: 0 2px;
  background-color: #f0f0f0;
  color: #111217 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.business-detail-tabs__buttons-item:hover {
  color: #000 !important;
}
.business-detail-tabs__buttons-item svg, .business-detail-tabs__buttons-item i {
  width: 20px;
  height: 20px;
}
.business-detail-tabs__buttons-item:after {
  margin-left: 5px;
  content: attr(title);
  display: inline-block;
}
.business-detail-tabs__buttons-item.mobile-reviews {
  margin-left: auto;
}
.business-detail-tabs__buttons-item.desktop-reviews {
  position: absolute;
  left: 0;
  bottom: -3px;
  padding: 0;
}
.business-detail-tabs__buttons-item.desktop-reviews:after {
  font-family: "Inter-Medium", sans-serif;
  font-size: 12px;
  color: #111217;
}
.business-detail-tabs__buttons-item.desktop-reviews .star_rating_block {
  font-size: 12px;
}
.business-detail-tabs__buttons-item.desktop-reviews .star_rating_block i {
  width: 16px;
  height: 16px;
}
.business-detail-tabs__buttons-item.desktop-reviews, .business-detail-tabs__buttons-item.mobile-reviews {
  background-color: transparent;
}
.business-detail-tabs__buttons-item.desktop-reviews .star_rating_block, .business-detail-tabs__buttons-item.mobile-reviews .star_rating_block {
  display: flex;
  align-items: center;
}
.business-detail-tabs__buttons-item.desktop-reviews .star_rating_block i, .business-detail-tabs__buttons-item.mobile-reviews .star_rating_block i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-detail-tabs__buttons-item.desktop-reviews .star_rating_block i.half:after, .business-detail-tabs__buttons-item.mobile-reviews .star_rating_block i.half:after {
  left: auto;
  top: auto;
}
.business-detail-tabs__buttons-item.show_homesearch_panel {
  display: none;
  padding: 0 !important;
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.business-detail-tabs__buttons-item.show_homesearch_panel svg {
  margin-right: 0;
  stroke: #fff;
}
.business-detail-tabs__buttons-item.show_homesearch_panel:after {
  display: none;
}
.business-detail-tabs__buttons-item.action_favorites {
  display: none;
  margin-left: auto;
}
.business-detail-tabs__buttons-item.action_favorites:after {
  content: attr(data-save);
}
.business-detail-tabs__buttons-item.action_favorites:hover svg {
  color: #ed2c3d;
}
.business-detail-tabs__buttons-item.action_favorites.selected {
  background-color: #ed2c3d;
  color: #fff;
}
.business-detail-tabs__buttons-item.action_favorites.selected:after {
  content: attr(data-saved);
}
.business-detail-tabs__buttons-item.action_favorites.selected svg {
  color: #fff;
  fill: #fff;
}
.business-detail-content {
  margin-top: 40px;
}
.business-detail-title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.business-detail-title__container {
  display: flex;
  gap: 10px;
}
.business-detail-title__img {
  width: 125px;
}
.business-detail-title__img img {
  width: 100%;
  height: auto;
}
.business-detail-title__info-header {
  display: inline-grid;
  grid-template-columns: 1fr 173px;
  gap: 12px;
}
.business-detail-title__info-header h1 {
  font-size: 1.75rem;
  font-family: "Inter-Bold", sans-serif;
  color: #111217;
  text-align: left;
  margin-bottom: 0;
}
.business-detail-title__info-header-verified {
  white-space: nowrap;
  margin-top: 2px;
}
.business-detail-title__info-header-verified-mark {
  display: inline-flex;
  align-items: center;
  color: #387C2C;
  font-size: 14px;
  font-family: "Inter-Bold", sans-serif;
}
.business-detail-title__info-header-verified-mark:before {
  content: "";
  background-image: url(../svg/detail/varified_icon.svg);
  background-repeat: no-repeat;
  width: 34px;
  height: 28px;
  margin-right: 3px;
}
.business-detail-title__info-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}
.business-detail-title__info-points > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 14px;
  height: 32px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.business-detail-title__info-points > span i, .business-detail-title__info-points > span svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.business-detail-title__info-points > span.address {
  background-color: #f4f8fb;
}
.business-detail-title__info-points > span.address svg {
  color: #0079b2;
}
.business-detail-title__info-points > span.visitors {
  background-color: #fef8e7;
}
.business-detail-title__info-points > span.visitors svg {
  color: #f97f38;
}
.business-detail-title__info-points > span.price-range {
  background-color: #387C2C;
  color: #fff;
  font-family: "Inter-SemiBold", sans-serif;
  display: flex;
}
.business-detail-title__info-points > span.price-range .icon_price_range:before {
  content: "$";
}
.business-detail-title__info-points > .icon {
  padding: unset;
}
.business-detail-title__info-points > .icon .instagram_icon {
  width: 30px;
  height: 30px;
  background-image: url(../svg/detail/instagram.svg);
  background-size: 100%;
  display: block;
}
.business-detail-title__info-points .hours-operation {
  position: relative;
}
.business-detail-title__info-points .hours-operation-selector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 14px;
  height: 32px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #ecf1e9;
  cursor: pointer;
}
.business-detail-title__info-points .hours-operation-selector span {
  margin: 0 5px;
}
.business-detail-title__info-points .hours-operation-selector i, .business-detail-title__info-points .hours-operation-selector svg {
  width: 18px;
  height: 18px;
}
.business-detail-title__info-points .hours-operation-selector svg:first-child {
  color: #387C2C;
}
.business-detail-title__info-points .hours-operation-content {
  display: none;
}
.business-detail-title__info-points .hours-operation-content--show {
  position: absolute;
  min-width: 212px;
  right: 0;
  top: 33px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 14px;
  border: 1px solid #ebecf8;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  -moz-box-shadow: 0 15px 15px 0 rgba(29, 1, 80, 0.15);
  -webkit-box-shadow: 0 15px 15px 0 rgba(29, 1, 80, 0.15);
  box-shadow: 0 15px 15px 0 rgba(29, 1, 80, 0.15);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.business-detail-title__info-points .hours-operation-content__item {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  gap: 30px;
}
.business-detail-title__info-points .hours-operation-content__item--today {
  font-family: "Inter-SemiBold", sans-serif;
}
.business-detail-title__info-points .hours-operation-content__item-title, .business-detail-title__info-points .hours-operation-content__item-notes {
  font-size: 14px;
  color: #777;
}
.business-detail-title__info-points .hours-operation-content__item-notes {
  margin-top: 10px;
}
.business-detail-title__info-points .hours-operation-content__item-hours {
  white-space: nowrap;
}

.business-detail-content-wrapper .tab_content {
  margin-top: 60px;
  border-bottom: 0;
  position: relative;
}
.business-detail-content-wrapper .tab_content.overview_block {
  margin-top: 0;
}
.business-detail-content-wrapper .tab_content.selected {
  display: block;
}
.business-detail-content-wrapper .highlights_block {
  margin-top: 30px;
}
.business-detail-content-wrapper .highlights_block .business_highlights {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.business-detail-content-wrapper .highlights_block .business_highlights li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 4px 10px 4px 30px;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.business-detail-content-wrapper .highlights_block .business_highlights li:before {
  content: "";
  min-width: 18px;
  height: 100%;
  background: url(../svg/check_icon.svg) no-repeat;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  z-index: 0;
}
.business-detail-content-wrapper .description_block {
  margin-top: 40px;
}
.business-detail-content-wrapper .description_block .description {
  padding: 0;
  overflow: hidden;
}
.business-detail-content-wrapper .description_block .description * {
  font-size: 14px !important;
  font-family: unset !important;
  line-height: 2 !important;
  color: unset !important;
  border: none !important;
}
.business-detail-content-wrapper .description_block .description p {
  padding-bottom: 16px;
  margin: 0;
}
.business-detail-content-wrapper .description_block .description img {
  max-width: 100%;
  height: auto !important;
}
.business-detail-content-wrapper .description_block .description a {
  text-decoration: underline !important;
}
.business-detail-content-wrapper .description_block .description b, .business-detail-content-wrapper .description_block .description strong {
  color: currentColor !important;
  font-family: "Inter-Bold", sans-serif !important;
}
.business-detail-content-wrapper .description_block .description.trimmable {
  height: 235px;
}
.business-detail-content-wrapper .description_block .description_right {
  float: right;
  display: inline-block;
  width: 170px;
  padding: 0 0 0 10px;
}
.business-detail-content-wrapper .description_block .description_right .business_logo, .business-detail-content-wrapper .description_block .description_right .business_picture {
  margin-bottom: 10px;
}
.business-detail-content-wrapper .description_block .description_right .rel_links {
  border: 1px solid #dedede;
  background: #f6f7f9;
  margin-bottom: 10px;
  margin-right: 5px;
  -moz-box-shadow: 0px 2px 5px 0px #b8b9bb;
  -webkit-box-shadow: 0px 2px 5px 0px #b8b9bb;
  box-shadow: 0px 2px 5px 0px #b8b9bb;
}
.business-detail-content-wrapper .description_block .description_right .rel_links .rel_links_title {
  font-family: "Inter-SemiBold", sans-serif;
  background-color: #dedede;
  color: #2a83bf;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.business-detail-content-wrapper .description_block .description_right .rel_links .rel_links_title:before {
  content: "\f15c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  color: #2a83bf;
}
.business-detail-content-wrapper .description_block .description_right .rel_links .rel_links_content {
  padding: 0 5px 5px;
}
.business-detail-content-wrapper .description_block .description_right .rel_links .rel_links_content > p {
  padding: 6px 0;
  border-bottom: 1px solid #dedede;
  font-size: 12px;
}
.business-detail-content-wrapper .description_block .description_right .rel_links .rel_links_content > p a {
  vertical-align: middle;
  text-decoration: none !important;
  font-weight: normal;
  color: #2a83bf;
}
.business-detail-content-wrapper .description_block .description_right .rel_links .rel_links_content > p:before {
  content: "\f101";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #f9b538;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.business-detail-content-wrapper .description_block .description_right img {
  max-width: 100%;
  height: auto !important;
}
.business-detail-content-wrapper .description_block iframe {
  border: 0;
}
.business-detail-content-wrapper .amenities_block div.amenities {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.business-detail-content-wrapper .amenities_block div.amenities.trimmable {
  height: 135px;
}
.business-detail-content-wrapper .amenities_block div.amenities__col {
  width: 33.33333%;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li {
  position: relative;
  padding: 4px 10px 4px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li.has_list {
  cursor: pointer;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li.has_list span {
  display: inline-block;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li.has_list span:after {
  content: "[+]";
  display: inline-block;
  margin-left: 5px;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li.has_list.open span:after {
  content: "[-]";
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li.has_list.open > ul {
  display: block;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li > ul {
  display: none;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li:before {
  content: "";
  min-width: 18px;
  height: 100%;
  background: url(../svg/check_icon.svg) no-repeat;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  z-index: 0;
}
.business-detail-content-wrapper .amenities_block div.amenities__col ul li.verified {
  color: #387C2C;
}
.business-detail-content-wrapper .amenities_block ul.amenities {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
  gap: 8px;
}
.business-detail-content-wrapper .amenities_block ul.amenities li {
  list-style-image: url(../svg/check_icon.svg);
  text-indent: 5px;
  width: calc(33% - 10px);
}
.business-detail-content-wrapper .map_block .title_block {
  display: flex;
  align-items: center;
}
.business-detail-content-wrapper .map_block .view_map_button {
  margin-left: auto;
  font-size: initial;
}
.business-detail-content-wrapper .map_block .wrap_map {
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.business-detail-content-wrapper .map_block .wrap_map:before {
  content: "";
  display: block;
  padding-top: 53.33333%;
}
.business-detail-content-wrapper .map_block .wrap_map .google_map, .business-detail-content-wrapper .map_block .wrap_map .blocked_area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.business-detail-content-wrapper .map_block .wrap_map .blocked_area {
  position: absolute;
  z-index: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.business-detail-content-wrapper .map_block .wrap_map .blocked_area .wrap_text_logo {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.business-detail-content-wrapper .map_block .wrap_map .blocked_area .wrap_text_logo .text {
  width: inherit;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  border-radius: 100%;
  background-color: rgba(45, 132, 185, 0.8);
  padding: 18px 20px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.business-detail-content-wrapper .map_block .wrap_map .blocked_area .wrap_text_logo .round_logo {
  background-size: cover;
  background-image: url(../img/detail/sayulitalife-round-logo.png);
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.business-detail-content-wrapper .details_block__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.business-detail-content-wrapper .details_block__content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0;
  border-radius: 10px;
  text-decoration: none;
  width: 31%;
  color: currentColor;
}
.business-detail-content-wrapper .details_block__content-item:hover {
  color: #0079b2;
}
.business-detail-content-wrapper .details_block__content-item:before {
  content: "";
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.business-detail-content-wrapper .details_block__content-item--type1 {
  background-color: #f4f8fb;
}
.business-detail-content-wrapper .details_block__content-item--type1:before {
  background-image: url(../svg/detail/menu.svg);
}
.business-detail-content-wrapper .details_block__content-item--type2 {
  background-color: #fef8e7;
}
.business-detail-content-wrapper .details_block__content-item--type2:before {
  background-image: url(../svg/detail/brochure.svg);
}
.business-detail-content-wrapper .details_block__content-item--type3 {
  background-color: #ecf2e9;
}
.business-detail-content-wrapper .details_block__content-item--type3:before {
  background-image: url(../svg/detail/pricelist.svg);
}
.business-detail-content-wrapper .details_block__info {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.business-detail-content-wrapper .right_block {
  height: 100%;
}
.business-detail-content-wrapper .right_block .fixed_panel {
  top: 75px;
}
.business-detail-content-wrapper .right_block .covid_clean_block {
  display: flex;
}

.business-detail-left-column .bio_block {
  margin: 40px auto;
  /*************** POPUP SUBMISSION ******************** */
}

.popup_submission.business {
  max-width: 525px;
  width: 100% !important;
  background-color: #fff;
  overflow: hidden;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /********************************************************** */
}
.popup_submission.business:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 4px;
  width: 50px;
  top: 0;
  left: 25px;
  right: 0;
  background: linear-gradient(90deg, #0079b2 0%, #387c2c 100%);
  border-radius: 0 0 2px 2px;
}
.business-detail-left-column .popup_submission.business {
  margin: 40px auto;
}
.arcticmodal-container .popup_submission.business {
  margin: 0 auto;
  position: relative;
}
.popup_submission.business .title_block {
  padding: 30px;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 24px;
  text-align: left;
  background: none;
  color: #111217;
}
.popup_submission.business .content_block {
  padding: 0 30px 30px;
}
.popup_submission.business .content_block .wrap_block.two_columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
}
.popup_submission.business .content_block .wrap_input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.popup_submission.business .content_block .wrap_input input, .popup_submission.business .content_block .wrap_input textarea, .popup_submission.business .content_block .wrap_input .placeholder, .popup_submission.business .content_block .wrap_input .imitation_readonly_field {
  font-size: unset;
  font-weight: normal;
  padding-left: 12px;
}
.popup_submission.business .content_block .wrap_input, .popup_submission.business .content_block .wrap_input .placeholder {
  background-color: #fff;
}
.popup_submission.business .content_block .wrap_input:not(.textarea) {
  height: 56px;
  line-height: 56px;
  margin: 0 0 8px 0 !important;
}
.popup_submission.business .content_block .wrap_input:not(.textarea) .placeholder, .popup_submission.business .content_block .wrap_input:not(.textarea) .imitation_readonly_field {
  line-height: inherit !important;
}
.popup_submission.business .content_block .wrap_input[data-error]:after {
  z-index: 1;
  font-size: 11px;
  top: 35px;
  left: 10px;
  padding: 5px;
  height: 38px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.popup_submission.business .content_block .wrap_input.textarea {
  margin-bottom: 7px;
}
.popup_submission.business .content_block .wrap_input.date .icon_calendar {
  width: 15px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 11px;
  margin: auto;
  z-index: 1;
  background-size: 12px 6px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.popup_submission.business .content_block .wrap_input.date .icon_calendar:before {
  display: none;
}
.popup_submission.business .content_block .wrap_input.date .icon_clean {
  right: 50px;
  font-size: 15px;
}
.popup_submission.business .content_block .wrap_action_button {
  margin-top: 16px;
  width: 100%;
}
.popup_submission.business .content_block .wrap_action_button button {
  width: 100%;
}

.tooltip_verified_legend {
  width: 155px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: left;
}
.tooltip_verified_legend__title {
  font-family: "Inter-Bold", sans-serif;
  font-size: 12px;
  color: #387C2C;
  display: flex;
  align-items: center;
}
.tooltip_verified_legend__title:before {
  content: "";
  display: inline-block;
  margin-left: -5px;
  background-image: url(../svg/detail/verified_icon.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 23px;
}
.tooltip_verified_legend__legend {
  font-size: 12px;
  line-height: 16px;
  color: #777;
}

.page-settings {
  display: none;
}
.page-settings--desktop {
  display: block;
}

@media screen and (max-width: 992px) {
  .business-detail-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .business-detail-left-column {
    width: 100%;
  }
  .business-detail-right-column {
    justify-content: center;
    width: 100%;
  }
  .business-detail-right-column .right_block .fixed_panel {
    position: static !important;
  }
  .business-detail-tabs__nav-item--selected:before {
    bottom: calc(-0.5rem - 3px);
  }
}
@media screen and (max-width: 660px) {
  .business-detail-content-wrapper .business_highlights li {
    width: 100%;
  }
  .business-detail-content-wrapper .amenities_block div.amenities__col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .page-settings--tablet-small {
    display: none;
  }
  .page-settings--mobile {
    display: block;
  }

  .flotting-btn {
    display: flex;
  }

  .business-detail-title__info-header {
    display: block;
    margin-bottom: 5px;
  }
  .business-detail-title__info-header-verified {
    margin-left: -5px;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__container {
    justify-content: space-between;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__title {
    flex: 1;
    order: 1;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__title span {
    margin-bottom: 0;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__nav-item {
    order: 3;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__nav-item[data-badge]:after {
    display: none;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__nav-item--selected:before {
    bottom: calc(-0.5rem - 1px);
  }
  #fixedTabsBlock.sticked .business-detail-tabs__new-line {
    order: 2;
    width: 100%;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__buttons-item {
    order: 2;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__buttons-item.show_homesearch_panel {
    margin-left: 5px;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__buttons-item.desktop-reviews {
    display: none;
  }
  #fixedTabsBlock.sticked .business-detail-tabs__buttons-item.mobile-reviews {
    display: flex;
    margin-right: auto;
    margin-left: initial;
  }
  .business-detail-tabs__container {
    flex-wrap: wrap;
  }
  .business-detail-tabs__container a {
    padding: 0.5rem;
  }
  .business-detail-tabs__nav-item.reviews {
    display: none;
  }
  .business-detail-tabs__nav-item--selected:before {
    bottom: 0;
  }
  .business-detail-tabs__buttons-item.reviews, .business-detail-tabs__buttons-item.show_homesearch_panel {
    display: none;
  }
  .business-detail-tabs__buttons-item.action_favorites {
    display: flex;
  }

  .popup_submission.business .title_block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popup_submission.business .content_block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popup_submission.business .content_block .wrap_block.two_columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .business-detail-content-wrapper .map_block .wrap_map:before {
    padding-top: 126.31579%;
  }
  .business-detail-content-wrapper .amenities_block div.amenities__col {
    width: 100%;
  }
  .business-detail-content-wrapper .details_block__content {
    gap: 10px;
  }
  .business-detail-content-wrapper .details_block__content-item {
    width: 100%;
  }
  .business-detail-content-wrapper .right_block {
    width: 100%;
  }
}
