.charts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px;
}
@media (min-width: 460px) {
  .charts-wrapper .chart1 {
    width: calc(50% - 20px);
    padding: 10px;
  }
}

.js-more-item {
  display: none;
}
.js-more-item.active {
  display: block;
}

.full-map {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

span.current {
  font-weight: bold;
}

.filter__list-item-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #333;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10;
}
.filter__list-item-close:hover {
  opacity: 0.7;
}

@media (max-width: 460px) {
  .chart-block {
    overflow-x: scroll;
  }
}
.footer-copy {
  max-width: 150px;
  font-size: 13px;
  font-weight: 500;
}

.footer-copy__inc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-top: 5px;
}

@media (max-width: 460px) {
  .footer-copy__text--mobile {
    display: block;
    margin-bottom: 5px;
  }
}
.about__map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #444;
  opacity: 0.5;
  z-index: 1;
}

.about__map-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}

.disabled {
  opacity: 0.5;
}

.modal .add-business__block {
  padding: 10px;
}

#ajax-modal .modal__content {
  margin-top: 0px;
}
#ajax-modal .add-business__group {
  margin-bottom: 10px;
}

.title-modal {
  margin: 20px 0;
  font-size: 20px;
}

.error-text {
  color: #c00000;
  margin-bottom: 4px;
}

.review-report {
  margin-left: auto;
  margin-right: 5px;
}
.review-report .advantages__icon svg {
  stroke: #c00000;
}

.success-review {
  font-size: 20px;
  margin: 15px 0;
  color: #8ac73c;
}

#modal-2-content {
  text-align: center;
  font-size: 16px;
}

.field-description {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  padding: 10px 0;
}

.footer-column--right {
  width: auto;
  margin-left: 50px;
}
.footer-column--right .footer-menu__list {
  -moz-column-count: 5;
  column-count: 5;
}

.socials {
  margin-bottom: 20px;
}

.gallery__share {
  margin-bottom: 20px;
  display: none;
  width: 100%;
  text-align: right;
}

.column {
  margin-left: 15px;
}

.chart__labels {
  margin: 20px;
}
.chart__labels .chart__label {
  font-weight: 500;
  font-size: 14px;
}

.short-main {
  padding-top: 60px !important;
}
.short-main .interesting--inner {
  margin-top: 0;
  border-top: none;
}

.short-header {
  height: 60px;
}

ol li {
  font-size: 15px;
  line-height: 140%;
}
ol li::marker {
  color: #8cc63f;
  font-weight: bold;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  min-width: 600px;
}

.author__name {
  text-decoration: none !important;
}

.post-preview {
  height: 200px;
  width: 100%;
  background-size: contain;
}

.short-main .breadcrumbs {
  margin-top: 10px;
}

h4 {
  font-size: 17px;
}

.table-of-contents__list li {
  font-size: 18px;
}
.table-of-contents__list li a {
  font-weight: bold;
}
.table-of-contents__list li::marker {
  color: #333 !important;
}

.news-list__item-picture img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-block__title {
  font-size: 24px !important;
}

@media (max-width: 460px) {
  .footer-column--right .footer-menu__list {
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
}
/*# sourceMappingURL=fixes.css.map */
