.cufa-single-post-content .cufa-block-title-text-images + .cufa-our-target {
  position: relative;
  top: -35px;
}
.cufa-single-post-content .cufa-block-title-text-images + .cufa-our-target:before {
  background: rgba(34, 40, 49, 0.05);
  content: "";
  bottom: 90px;
  display: block;
  position: absolute;
  top: -180px;
  width: 100%;
}

.cufa-our-target {
  position: relative;
}
/*@media (min-width: 992px) {*/
/*  .cufa-our-target .cufa-our-target-select {*/
/*    display: none;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .cufa-our-target .chosen-container {*/
/*    display: none;*/
/*  }*/
/*}*/
.cufa-our-target .chosen-container .chosen-container-single .chosen-single {
  padding: 0 14px;
}
.cufa-our-target .chosen-container .chosen-container-single .chosen-single,
.cufa-our-target .chosen-container .chosen-container-single .chosen-single span {
  height: 40px;
  line-height: 40px;
}
.cufa-our-target .chosen-container .chosen-container-single .chosen-single div {
  right: 14px;
}
.cufa-our-target .chosen-container .chosen-container-single .chosen-single div b {
  height: 10px;
  width: 10px;
}
.cufa-our-target h3.cufa-our-target-title {
  font-size: 25px;
}
@media (min-width: 992px) {
  .cufa-our-target h3.cufa-our-target-title {
    font-size: 32px;
  }
}
.cufa-our-target .map-svg svg {
  width: 100%;
  height: auto;
}
.cufa-our-target .map-svg path {
  fill: #DDDDDD;
}
.cufa-our-target .map-svg path.active {
  fill: #128D29;
}
@media (min-width: 992px) {
  .cufa-our-target .map-svg path:hover {
    fill: #128D29;
  }
}
.cufa-our-target-active {
  background: #128D29;
  border-radius: 8px;
  color: #fff;
  display: none;
  margin: 0 auto;
  max-width: 269px;
  padding: 18px 11px;
  width: 100%;
}
@media (min-width: 800px) {
  .cufa-our-target-active {
    position: absolute;
    top: 52%;
    right: calc(100% - 230px);
  }
}
.cufa-our-target-active.visible {
  display: block;
}

.select_container {
    margin-bottom: 30px;
    display: none;
}
