/*==================*/
/* InfoBox          */
/*==================*/
.infoBox {
  --space: 0.625rem;
}

.infoBox>img {
  z-index: 10;
  opacity: 0;
}

.infoBox>img,
.infoBox .btn-close {
  position: absolute !important;
  top: calc(1 * var(--space));
  right: var(--space);
  width: calc(var(--space) * 2);
  height: calc(var(--space) * 2);
  border-radius: 100%;
}

.infoBox .btn-close::before,
.infoBox .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.125rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: currentColor;
}

.infoBox .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.info-box-wrapper {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0.5rem;
  display: flex;
}

.info-box-inner {
  padding: calc(var(--space) * 2);
  padding-right: calc(var(--space) * 3);
}

.info-box-inner>* {
  margin-bottom: var(--space);
}

.info-box-inner :last-child {
  margin-bottom: 0;
}

.cnt-item {
  display: flex;
  align-items: flex-start;
}

.cnt-img {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
}

.cnt-img img {
  width: 100%;
  line-height: 0;
}

.cnt-info {
  font-size: 1rem;
  line-height: 1.2em;
}

.cnt-info>*+* {
  margin-top: 0.25rem;
}

@media (min-width: 1200px) {
  .infoBox img:hover+.info-box-wrapper .btn-close {
    color:#C7CEC6;
  }

  .cnt-info a:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 575px) {
  .cnt-img {
    width: 1rem;
    height: 1rem;
  }

  .cnt-info {
    font-size: 0.875rem;
  }
}

.map-block {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1.429;
}

.map-filter .map-block {
  aspect-ratio: 1.25;
}

.map-flr,
.map {
  position: absolute;
  inset: 0;
}

.map-filter {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

.map-filter .map-block {
  aspect-ratio: 1.25;
}

.map-filter-wrap {
  position: relative;
  z-index: 1;
  background-color: var(--clr-primary);
  padding: 1rem;
}

.map-filter-wrap .title {
  color: #ffffff;
}

.map-filter-wrap>*+* {
  margin-top: 1rem;
}

.map-filter-list li {
  cursor: pointer;
  gap: 0.375rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  border: 0.125rem solid rgba(var(--rgb-white), 0.34);
  background-color: rgba(var(--rgb-white), 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: var(--transition-1);
  font-size: var(--text);
  line-height: normal;
  color: #ffffff;
  padding: 0.44em 0.88em;
}

.map-filter-list li svg {
  width: var(--size);
  height: var(--size);
}

.map-filter-list li:not(:has(svg)) {
  padding: 0.523em 0.88em;
}

.js_map_filters {
  gap: 15px;
  border-radius: 32px;
  padding: 24px;
  background-color: #fff;
}

.js_map_filters ul {
  padding: 0;
}

.filter-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F5F0;
}

.map-filter-list li:hover .filter-icon,
.map-filter-list li.active .filter-icon {
  background-color: #1F4A36;
}

.map-filter-list li:hover .filter-icon path[fill],
.map-filter-list li.active .filter-icon path[fill] {
  fill: #FFFFFF;
}

.map-filter-list li:hover .filter-icon path[stroke],
.map-filter-list li.active .filter-icon path[stroke] {
  stroke: #FFFFFF;
  ;
}

.map-filter-list li .filter-label {
  color: #1F4A36;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .map-filter .map-block {
    aspect-ratio: 2.0915;
  }

  .map-filter-wrap {
    position: absolute;
    top: 50%;
    left: var(--sp-sm);
    transform: translateY(-50%);
    max-height: calc(100% - var(--sp-sm) * 2);
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 17.5rem;
    border-radius: var(--rd-2);
    border: 0.0625rem solid rgba(var(--rgb-white), 0.4);
    background-color: rgba(var(--rgb-white), 0.1);
    /* -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px); */
    padding: 1.25rem;
  }

  .map-filter-wrap>*+* {
    margin-top: 1.25rem;
  }

  .map-filter-list li {
    gap: 0.75rem;
  }

  .map-filter-list li+li {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .map-filter .map-block {
    height: 85vh;
  }
}

@media (max-width: 991px) {
  .map-filter-list {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-inline: -1rem;
    padding-inline: 1rem;
  }

  .map-filter-list::-webkit-scrollbar {
    display: none;
  }

  .map-filter-list ul {
    gap: 0.5rem;
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    line-height: 0;
  }

  .map-filter-list li {
    scroll-snap-align: start;
    scroll-margin-left: 1rem;
    flex-shrink: 0;
  }
}

html body .e-n-tabs-content .popup-bic .e-con-inner {
  max-width: 100%;
}
body .popup-bic.elementor-element {
  overflow: hidden;
}

body .popup-bic.elementor-element .swiper,
body .e-n-tabs-content .popup-bic.elementor-element,
body .e-n-tabs-content .popup-bic.elementor-element .swiper,
body .new-design .swiper {
  overflow: visible;
}

body .popup-bic.elementor-element .swiper-pagination-progressbar,
body .progress-bottom .swiper-pagination-progressbar,
body .new-design .swiper-pagination-progressbar {
  top: auto;
  bottom: -39px;
  max-width: 88%;
  left: 6%;
}


body .popup-bic.elementor-element .swiper-pagination-progressbar {
  top: auto;
  bottom: -44px;
  max-width: 96%;
  left: 2%;
}
/* 
body .e-n-tabs-content .popup-bic.elementor-element .swiper-pagination-progressbar {
  left: 6%;
} */

/* body .e-n-tabs-content .popup-bic.elementor-element .elementor-pagination-type-progressbar .elementor-swiper-button-next {
  right: 9%;
} */

body .popup-bic .swiper-slide-prev {
  opacity: 0!important;
}

body .popup-bic .swiper-slide-next .elementor-widget-text-editor {
  opacity: 0!important;
}

.dialog-widget.elementor-popup-modal .dialog-widget-content.dialog-lightbox-widget-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.dialog-widget.elementor-popup-modal .dialog-widget-content.dialog-lightbox-widget-content .dialog-message.dialog-lightbox-message {
  width: 100% !important;
}

html body .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
  position: absolute;
  max-width: 536px;
  opacity: 1;
  top: 0;
  left: 0;
  border-radius: 32px;
  padding: 32px;
  backdrop-filter: blur(10px);
  background: rgb(255 255 255 / 60%);
  top: 50%;
  transform: translate(-35%, -50%);
  width: 50%;
}

.dialog-message.dialog-lightbox-message .popup-bic.elementor-element .swiper-pagination {
  left: 7%;
  width: 86%;
}

.dialog-message.dialog-lightbox-message .popup-bic.e-con.e-flex>.e-con-inner {
  align-items: center !important;
}

@media (max-width: 1699px) {
  html body .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    transform: translate(-8%, -50%);
  }
}

@media (max-width: 1440px) {
  html body .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    transform: translate(-25%, -50%);
  }
  .dialog-message.dialog-lightbox-message .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    transform: translate(-25%, -50%);
    width: 80%;
  }
  .dialog-message.dialog-lightbox-message .popup-bic.elementor-element .swiper-pagination {
    left: 10%;
    width: 80%;
  }
  .elementor-widget-progress_work_template_includer  .progress-bottom .swiper-pagination-progressbar {
    bottom: -44px;
    max-width: 84%;
    left: 8%;
  }
}

@media (max-width: 1024px) {
  html body .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    transform: translate(-15%, -50%);
    width: 65%;
    border-radius: 20px;
    padding: 20px;
    font-size: small;
  }
  .dialog-message.dialog-lightbox-message .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    transform: translate(-25%, -50%);
    width: 90%;
  }
  .dialog-message.dialog-lightbox-message .popup-bic.elementor-element .swiper-pagination {
    left: 15%;
    width: 70%;
  }
  .elementor-widget-progress_work_template_includer .swiper-slide .elementor-widget-button {
    padding-top: 50%;
  }
  .elementor-widget-progress_work_template_includer .progress-bottom .swiper-pagination-progressbar {
    max-width: 80%;
    left: 10%;
  }
}

@media (max-width: 767px) {
  html body .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    max-width: 90%;
    padding-right: 60px;
  }
  .dialog-message.dialog-lightbox-message .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    transform: translate(-50%, -50%);
  }
  .elementor-widget-progress_work_template_includer .progress-bottom .swiper-pagination-progressbar {
    max-width: 72%;
    left: 14%;
  }
}

@media (max-width: 480px) {
  .dialog-message.dialog-lightbox-message .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor,
  html body .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    font-size: x-small;
    max-width: 96%;
  }
  .elementor-widget-progress_work_template_includer .progress-bottom .swiper-pagination-progressbar {
    max-width: 62%;
    left: 19%;
  }
}

@media (max-width: 414px) {
  .dialog-message.dialog-lightbox-message .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor,
  html body .popup-bic.elementor-element .e-con-inner .elementor-widget-text-editor {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding-right: 15px;
  }
  .dialog-message.dialog-lightbox-message .popup-bic.elementor-element .swiper-pagination {
    left: 20%;
    width: 60%;
  }
  /* html body .popup-bic.elementor-element .elementor-swiper-button-next {
     top: 120px !important;
   }
  html body .popup-bic.elementor-element .elementor-swiper-button-prev {
    top: 60px!important;
  }  */
}

html body .popup-bic.elementor-element {
  padding-bottom: 60px;
}

body .e-n-tabs-content .popup-bic.elementor-element {
  padding-bottom: 80px;
}

body .e-n-tabs-content .popup-bic .e-con-inner {
  margin: 0;
}
body .e-n-tabs-content .popup-bic .has_eae_slider {
padding-left: 0;
padding-right: 0;
}

#f-menu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
}

#f-menu.fixed {
  position: fixed;
  top: 30px;
  left: 0;
  margin: 0;
}

#f-menu.fixed .floating-menu {
  background: #333;
}

#f-menu .floating-menu {
  border-radius: 32px;
  padding-top: 17px;
  padding-right: 40px;
  padding-bottom: 18px;
  padding-left: 40px;
  background: #00000066;
  backdrop-filter: blur(43px)
}

#f-menu .floating-menu a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

#f-menu .floating-menu a+a {
  margin-left: 60px;
}

#f-menu .floating-menu a:hover,
#f-menu .floating-menu a.active {
  color: #00a256;
}

body.admin-bar .dialog-lightbox-widget {
  height: 100%;
}

.banner-main .rank-math-breadcrumb {
  position: relative;
  z-index: 2;
}

.bic-breadcrumbs .rank-math-breadcrumb a,
.bic-breadcrumbs .rank-math-breadcrumb span,
.banner-main .rank-math-breadcrumb a,
.banner-main .rank-math-breadcrumb span {
  font-family: Geologica;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.bic-breadcrumbs .rank-math-breadcrumb p>*+*,
.banner-main .rank-math-breadcrumb p>*+* {
  padding-left: 5px;
}

.banner-main .rank-math-breadcrumb a:not(:hover) {
  opacity: 0.6;
}

.elementor-widget-progress_work_template_includer .swiper-wrapper a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-widget-progress_work_template_includer .swiper-wrapper a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: linear-gradient(0, rgba(0, 0, 0, .8), transparent);
  border-radius: 0 0 25px 25px;
}
.elementor-widget-progress_work_template_includer .swiper-wrapper a > span {
  z-index: 2;
  position: relative
}

body .elementor-element .ti-widget.ti-goog .ti-review-item>.ti-inner {
  border-radius: 15px !important;
  background-color: #F1F5F0 !important;
}

.bic-breadcrumbs p {
  margin: 0;
}

.bic-breadcrumbs .rank-math-breadcrumb a,
.bic-breadcrumbs .rank-math-breadcrumb span {
  color: #1F4A36;
}

.bic-breadcrumbs .rank-math-breadcrumb span.separator,
.bic-breadcrumbs .rank-math-breadcrumb a:not(:hover) {
  opacity: 0.75;
}

body .photogallery-wrapper .swiper-pagination {
  transform: none
}

.photogallery-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 6px;
}

.elementor-widget-shortcode .ti-widget.ti-goog .ti-col-4 .ti-review-item {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.banner-desc {
  position: relative;
}
.banner-desc:before {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  backdrop-filter: blur(1px);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 33%,rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 33%,rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner-desc p  {
  position: relative;
  z-index: 2;
}

.line-wrapper-button a {
  width: 100%;
}

.banner-main > .e-con-inner > div+div {
  margin-top: 50px;
}

.app-info.blur-bg::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 635px;
  height: 235px;

  backdrop-filter: blur(25px);

  mask-image: linear-gradient(to top,
          black 0%,
            rgba(0, 0, 0, 0.8) 80%,
            transparent 100%);

  -webkit-mask-image: linear-gradient(to top,
      black 0%,
      rgba(0, 0, 0, 0.8) 80%,
      transparent 100%);
      z-index: 0;
}

.app-info.blur-bg > div {
  z-index: 1;
}

.floating-menu-toggle {
  display: none;
}
/* Мобільна / планшетна версія */
@media (max-width: 1199px) {
  .floating-menu-wrap {
    position: relative;
  }

  .floating-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #333;
    border-radius: 32px;
    padding: 12px 16px;
  }

  .floating-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    width: 300px;
  }

  .floating-menu.is-open {
    display: flex;
    margin-left: -105px;
  }

  body #f-menu .floating-menu a {
    display: block;
    padding: 10px 16px;
    margin: 0;
  }

  .floating-menu-toggle[aria-expanded="true"] .floating-menu-arrow {
    transform: rotate(180deg);
  }
}

.home-project-slider .e-con-inner > .has_eae_slider:hover .elementor-button-link:before {
  content: '';
  position: absolute;
  top: -600px;
  left: -25px;
  width: 110%;
  height: 1000px;
}

.dialog-type-lightbox.elementor-popup-modal .dialog-close-button.dialog-lightbox-close-button {
 position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  outline: 0;
  border: none;
}