

/* Start:/local/templates/basf_new/components/bitrix/menu/footer_company/style.min.css?1776244805490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/basf_new/components/bitrix/menu/footer_company/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/basf_new/styles/harmful-object-map.css?17762663239328*/
.harmful-object-map {
  width: 100%;
}
.harmful-object-map__text-content .normal {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .harmful-object-map__text-content .normal {
    padding: 8px 0;
  }
}
@media (min-width: 1440px) {
  .harmful-object-map__text-content .normal {
    padding: 24px 0;
  }
}
@media (min-width: 1920px) {
  .harmful-object-map__text-content .normal {
    padding: 16px 0;
  }
}
.harmful-object-map__text-content .small {
  padding: 8px 0 8px 0;
}
@media (min-width: 768px) {
  .harmful-object-map__text-content .small {
    padding: 8px 0 16px 0;
  }
}
.harmful-object-map__filter-block {
  background: #fff;
  padding: 16px 0;
}
.harmful-object-map__filters {
  display: none;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .harmful-object-map__filters {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) minmax(
        240px,
        1fr
      ) minmax(240px, 1fr) auto;
  }
  .harmful-object-map__filters .select-wrapper {
    min-width: 240px;
  }
  .harmful-object-map__filters .select-wrapper .select {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .harmful-object-map__filters {
    grid-template-columns: minmax(330px, 1fr) minmax(330px, 1fr) minmax(
        330px,
        1fr
      ) minmax(330px, 1fr) auto;
  }
  .harmful-object-map__filters .select-wrapper {
    min-width: 330px;
  }
}
.harmful-object-map__button-container {
  display: flex;
  gap: 10px;
  align-items: stretch;
  position: relative;
}
.harmful-object-map__button {
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px 32px;
}
.harmful-object-map__button--filter {
  border-radius: 16px;
  background-color: #fafafa;
  margin-bottom: 8px;
  width: 100%;
  margin: 16px 0;
  padding: 20px 0;
}
.harmful-object-map__button--filter .button__content {
  width: auto;
}
.harmful-object-map__button--filter:hover [class*="typography-"],
.harmful-object-map__button--filter:hover .text {
  color: #fff !important;
}
.harmful-object-map__button--filter:hover .harmful-object-map__filter-icon {
  color: #fff;
  fill: #fff;
}
.harmful-object-map__button--filter:hover .harmful-object-map__filter-icon img {
  filter: brightness(0) invert(1);
}
@media (min-width: 1440px) {
  .harmful-object-map__button--filter {
    display: none;
  }
}
.harmful-object-map__button--select {
  background-color: #65ac1e;
  color: #fff;
  flex: 1;
  width: 100%;
}
.harmful-object-map__button--select:hover {
  background-color: hsl(90, 70.297029703%, 31.6078431373%);
}
.harmful-object-map__button--reset {
  border: none;
  background-color: #fafafa;
  flex: 1;
  width: 100%;
}
.harmful-object-map__button--reset:hover {
  background-color: #f5f5f5;
}
.harmful-object-map__filter-icon {
  order: 2;
}
.harmful-object-map-filter--modal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.harmful-object-map-filter--modal .select-wrapper {
  width: 100%;
  min-width: 0;
}
.harmful-object-map-filter--modal .select {
  width: 100%;
  box-sizing: border-box;
}
.harmful-object-map .filter-modal__footer {
  position: relative;
  z-index: 1201;
}
.harmful-object-map__map-wrapper {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.harmful-object-map__map {
  min-height: 571px;
}
@media (min-width: 768px) {
  .harmful-object-map__map {
    min-height: 736px;
  }
}
@media (min-width: 1440px) {
  .harmful-object-map__map {
    min-height: 592px;
    margin: 32px 0;
  }
}
@media (min-width: 1920px) {
  .harmful-object-map__map {
    min-height: 816px;
  }
}
.harmful-object-map__alerts {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  gap: 8px;
}
@media (min-width: 1440px) {
  .harmful-object-map__alerts {
    padding: 16px 0;
    gap: 16px;
  }
}
#harmful-map-menu {
  position: fixed;
  display: none;
  bottom: 16px;
  left: 16px;
  right: 16px;
  width: auto;
  z-index: 2000;
}
#harmful-map-menu::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  #harmful-map-menu {
    bottom: 32px;
    left: 32px;
    right: 32px;
  }
}
@media (min-width: 1440px) {
  #harmful-map-menu {
    position: absolute;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    z-index: 10;
  }
  #harmful-map-menu::before {
    display: none;
  }
}
.harmful-object-menu {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background-color: #fafafa;
  border: 2px solid #ededed;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 32px);
  overflow: hidden;
}
@media (min-width: 1440px) {
  .harmful-object-menu {
    border-radius: 16px;
    border-color: #dfdfdf;
    width: 402px;
    padding: 16px;
    max-height: calc(100vh - 24px);
  }
}
@media (min-width: 1920px) {
  .harmful-object-menu {
    width: 422px;
    padding: 24px;
    max-height: calc(100vh - 24px);
  }
}
.harmful-object-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .harmful-object-menu__close {
    top: 16px;
    right: 16px;
  }
}
@media (min-width: 1440px) {
  .harmful-object-menu__close {
    top: 16px;
    right: 12px;
  }
}
@media (min-width: 1920px) {
  .harmful-object-menu__close {
    top: 24px;
    right: 24px;
  }
}
.harmful-object-menu__close img {
  width: 100%;
  height: 100%;
}
.harmful-object-menu__culture {
  margin: 0;
  padding-right: 36px;
  flex-shrink: 0;
}
.harmful-object-menu__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .harmful-object-menu__body {
    margin-top: 18px;
  }
}
@media (min-width: 1920px) {
  .harmful-object-menu__body {
    margin-top: 24px;
  }
}
.harmful-object-menu__img {
  width: 100%;
  max-height: 240px;
  border-radius: 8px;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/10;
  flex-shrink: 0;
}
.harmful-object-menu__img-placeholder {
  width: 100%;
  max-height: 240px;
  border-radius: 8px;
  aspect-ratio: 16/10;
  background-color: #ededed;
  flex-shrink: 0;
}
.harmful-object-menu__scroll {
  flex: 1;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.harmful-object-menu__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .harmful-object-menu__info {
    gap: 4px;
    margin-top: 10px;
  }
}
@media (min-width: 1440px) {
  .harmful-object-menu__info {
    margin-top: 12px;
  }
}
@media (min-width: 1920px) {
  .harmful-object-menu__info {
    margin-top: 16px;
  }
}
.harmful-object-menu__info-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media (min-width: 768px) {
  .harmful-object-menu__info-row {
    flex-direction: row;
    gap: 8px;
  }
}
.harmful-object-menu__info-label {
  width: 100%;
  color: #9d9d9d;
}
@media (min-width: 768px) {
  .harmful-object-menu__info-label {
    flex: 0 0 180px;
    width: 180px;
  }
}
.harmful-object-menu__info-value {
  flex: 1;
  min-width: 0;
  width: 100%;
  color: #414141;
}
.harmful-object-menu__section {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}
@media (min-width: 768px) {
  .harmful-object-menu__section {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) {
  .harmful-object-menu__section {
    margin-top: 24px;
    gap: 12px;
  }
}
@media (min-width: 1920px) {
  .harmful-object-menu__section {
    margin-top: 24px;
    gap: 16px;
  }
}
.harmful-object-menu__section-title {
  margin: 0;
}
@media (max-width: 1439px) {
  .harmful-object-menu__section-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
  }
}
.harmful-object-menu__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .harmful-object-menu__links {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .harmful-object-menu__links {
    gap: 8px;
  }
}
.harmful-object-menu__link {
  color: #65ac1e;
  text-decoration: none;
}
.harmful-object-menu__link:hover {
  text-decoration: underline;
}
.harmful-object-marker {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.harmful-object-marker__icon {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.custom-marker {
  transform: translate(-50%, -50%) !important;
}
.harmful-object-cluster {
  position: relative;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #65ac1e;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: translate(-50%, -50%) !important;
}
.harmful-object-cluster:hover {
  background-color: hsl(90, 70.297029703%, 31.6078431373%);
}
.harmful-object-cluster__count {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1;
  z-index: 1;
}

/* End */
/* /local/templates/basf_new/components/bitrix/menu/footer_company/style.min.css?1776244805490 */
/* /local/templates/basf_new/styles/harmful-object-map.css?17762663239328 */
