html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 4rem;
}

.map-container {
  box-sizing: initial;
  width: 100%;
  min-height: 690px;
  background: #eee;
  margin-bottom: 20px;
}

a.cat-tree__link:hover {
  transform: scale(1.05);
  color: #E74B23;
  border: 3px solid #ddd;
}

a.cat-tree__link-active {
  color: #E74B23;
  border: 3px solid #E74B23;
}

.cat-tree {
  display: grid;
  gap: 10px;
  font-size: 11px;
  line-height: 16px;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
@media (min-width: 768px) {
  .cat-tree {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
}
@media (min-width: 992px) {
  .cat-tree {
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    font-size: 12px;
  }
}
.cat-tree__link {
  border: 3px solid #ddd;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cat-tree__link, .cat-tree__link:hover {
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}
.cat-tree__img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
}
.map-i-window-content {
  display: flex;
  box-sizing: border-box;
  gap: 10px;
}
.map-i-window-content__left-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 225px;
}
.map-i-window-content__right-column {
  display: flex;
  flex-direction: column;
}
.map-i-window-content__spacer {
  flex-grow: 1;
  flex-shrink: 1;
}
.map-i-window-content__header {
  padding: 0;
  margin: 0 0 5px 0;
}
.map-i-window-content__image-container {
  width: 225px;
  flex-shrink: 1;
  flex-grow: 0;
}
.map-i-window-content__image-container img {
  max-width: 225px;
  object-fit: contain;
}
.map-i-window-content__attributes {
  line-height: 1.5;
}
.map-i-window-content__phone {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1rem 0;
}
.map-i-window-content__web {
  text-decoration: underline;
}
.map-i-window-content__comment {
  border-radius: 2px;
  border: 1px dotted #c5c5c5;
  background: #f4f4f4;
  padding: 5px;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .map-i-window-content {
    flex-direction: column;
  }
  .map-i-window-content__comment {
    display: none;
  }
}

.lang-image {
  height: 20px;
}

.info-contact .billing_properties {
  list-style: none;
}

.wallet-info {
  padding-left: 0px !important;
}

.ads_datagrid__wrapper {
  display: block;
  max-width: calc(100vw - 30px);
  overflow-x: scroll;
  background: #eee;
  margin-bottom: 15px;
}

.datagrid-form.ads_datagrid {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.datagrid-form.ads_datagrid .datagrid-filter {
  min-width: 165px;
  flex-grow: 0;
  flex-shrink: 0;
}

.datagrid-filter__input-wrap--nearby {
  display: flex;
  gap: 10px;
}
.datagrid-filter__input-wrap--nearby select {
  width: auto;
}

.cookies-bar {
  position: sticky;
  bottom: 0;
  padding: 10px;
  border: 1px solid #9CA3AF;
  border-bottom: none;
  background-color: #F3F4F6;
}
.cookies-bar .btn {
  display: block;
  border: 1px solid #4B5563;
  background-color: #6B7280;
  color: #FFF;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
}
.cookies-bar .btn.accept:hover {
  background-color: #047857;
}
.cookies-bar .btn.reject:hover {
  background-color: #B91C1C;
}
@media (min-width: 768px) {
  .cookies-bar {
    display: flex;
    max-width: 700px;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .cookies-bar .btn {
    margin-left: 10px;
  }
}

.agreements-title {
  background-color: #E64D26;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin-top: -15px;
  margin-bottom: 20px;
}
.agreements-title h1 {
  margin: 0;
  padding: 0;
}

.agreements-list .download-title {
  font-size: 16px;
  color: #118489;
  float: right;
  line-height: 50px;
}
.agreements-list .list-group-item {
  margin: 5px 0;
}
.agreements-list .list-group-item .cat-title {
  font-size: 16px;
  color: black;
}
.agreements-list .list-group-item img {
  height: 50px;
  padding: 5px;
}
.agreements-list .list-group-item .fa-file-word {
  font-size: 50px;
  float: right;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.custom-top-header-margin {
  margin-top: 110px;
}
