img {
  border: 0 none;
}

h1,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
}

h1 {
  font-size: 200%;
  margin: 0 0 1em;
}

.h3,
h3 {
  font-size: 140%;
  margin: 1.3em 0 1em;
  font-weight: normal;
  line-height: 1.2;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 100%;
}

hr,
.hr {
  border-top: 1px solid;
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: 12px 0;
  overflow: hidden;
  padding: 0;
}

#workarea ol li,
#workarea ul li {
  margin: 0.6em 0;
}

#workarea ul {
  list-style-type: disc;
}

.table-price {
  border-right: 1px solid #e1e7f1;
  border-bottom: 1px solid #e1e7f1;
  border-left: 1px solid #e1e7f1;
  background: #fff;
  width: 100%;
}

.thead-price {
  background: #004bb1;
  color: #fff;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.thead-price td {
  padding: 11px 18px;
}

.tbody-price a {
  color: #333;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.tbody-price td {
  padding: 14px 18px;
  border-left: 1px solid #e1e7f1;
  border-bottom: 1px solid #e1e7f1;
}

.td-price {
  text-align: center;
  width: 30%;
}

@media (max-width: 768px) {
  .tbody-price td {
    padding: 7px 9px;
  }

  .td-price {
    width: 40%;
    font-size: 14px;
  }

  .thead-price td,
  .tbody-price a {
    font-size: 14px;
  }

  .sections-price-list .green_button {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 100%;
  }
}

.table-price-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  gap: 5px;
}
.news-tags__btn {
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #868686;
  border-radius: 15px;
  padding: 3px 15px;
  transition: all 0.2s linear;
}
.news-tags__btn--active {
  background-color: #0e7700;
  color: white;
  pointer-events: none;
}

.news-tags__btn:hover {
  border: 1px solid #0e7700;
}

.project-year-date {
  font-size: 24px;
  color: #b4b4b4;
}

.filter-created-link {
  display: none;
}

.filter-section {
  display: flex;
  justify-content: space-between;
}
.filter-created {
  align-self: flex-end;
}

.promo-item__img img {
  object-fit: unset;
}

.promo-item__img {
  height: auto;
}

figure.zoom {
  width: 100%;
  height: 100%;
}

.gallery-modal .element-slider__item img {
  min-height: 100%;
}

@media screen and (max-width: 992px) {
  .promo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .custom-modal-content .element-slider__item {
    min-height: auto;
  }
}

@media screen and (max-width: 576px) {
  .promo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
}


