.dmw-elementor-alerts {
  overflow-y: hidden;
}
.dmw-elementor-alerts:not(.active) {
  width: 180px;
  position: fixed;
  top: 135px;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts:not(.active) {
    width: 100%;
    position: absolute;
    top: 0 !important;
  }
}
.dmw-elementor-alerts:not(.active) .dmw-elementor-alerts-container {
  padding: 8px 43px 8px 12px;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts:not(.active) .dmw-elementor-alerts-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.dmw-elementor-alerts:not(.active) .dmw-elementor-alerts-pattern, .dmw-elementor-alerts:not(.active) .dmw-elementor-alerts-sliders {
  display: none;
}
.dmw-elementor-alerts:not(.active) .dmw-elementor-alerts-title {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}
.dmw-elementor-alerts:not(.active) .dmw-elementor-alerts-box-close {
  display: none;
}
.dmw-elementor-alerts:not(.active) .dmw-elementor-alerts-box-open {
  display: flex;
}
.dmw-elementor-alerts.active {
  position: absolute;
  top: 2px !important;
  z-index: 10;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
.dmw-elementor-alerts-pattern {
  position: absolute;
  right: 55px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 39px;
  height: 126px;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts-pattern {
    transform: scaleX(-1);
    left: 0;
    right: inherit;
  }
}
.dmw-elementor-alerts-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding: 10px 15px 10px 15px;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts-container {
    flex-flow: column;
    padding: 25px 15px 12px 15px;
  }
}
.dmw-elementor-alerts-box {
  position: absolute;
  background: #fff !important;
  border: 1px solid #fff !important;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 40;
}
.dmw-elementor-alerts-box-close {
  top: 15px;
  right: 15px;
}
.dmw-elementor-alerts-box-open {
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  display: none;
}
.dmw-elementor-alerts-header {
  max-width: 270px;
  width: 100%;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts-header {
    max-width: 100%;
  }
}
.dmw-elementor-alerts-title {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts-title {
    margin-bottom: 15px;
  }
}
.dmw-elementor-alerts-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts-item {
    flex-flow: row wrap;
    gap: 10px;
  }
}
.dmw-elementor-alerts-item-thumbnail {
  background: #D9D9D9;
  max-width: 230px;
  width: 100%;
  aspect-ratio: 230/125;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts-item-thumbnail {
    max-width: 125px;
    aspect-ratio: 125/136;
  }
}
.dmw-elementor-alerts-item-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.dmw-elementor-alerts-item-title, .dmw-elementor-alerts-item-message {
  display: block;
}
.dmw-elementor-alerts-item-content {
  display: flex;
  flex-flow: column;
  text-align: left;
}
.dmw-elementor-alerts-item-link {
  max-width: 95px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts-item-link {
    max-width: 100%;
  }
}
.dmw-elementor-alerts-item-link a {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  gap: 5px;
  border-bottom: 2px solid #F3F3F3;
  transition: opacity 0.3s ease;
}
.dmw-elementor-alerts-item-link a i {
  font-size: 50%;
}
.dmw-elementor-alerts-item-link a:hover {
  opacity: 0.8;
}
.dmw-elementor-alerts-pagination {
  position: inherit;
  top: 0;
  bottom: 0;
  margin: 0;
}
.dmw-elementor-alerts-pagination .swiper-pagination-bullet {
  background: #E8E8E8;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.dmw-elementor-alerts-pagination .swiper-pagination-bullet-active {
  opacity: 0.8;
}
.dmw-elementor-alerts-sliders {
  overflow: hidden;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts-sliders {
    padding: 0 43px;
  }
}
.dmw-elementor-alerts .swiper-wrapper .swiper-slide {
  margin: auto;
}
.dmw-elementor-alerts .swiper-button-prev-alerts {
  left: 0px;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts .swiper-button-prev-alerts {
    right: 9px;
  }
}
.dmw-elementor-alerts .swiper-button-next-alerts {
  right: 0px;
}
@media (max-width: 1200px) {
  .dmw-elementor-alerts .swiper-button-next-alerts {
    right: 9px;
  }
}
.dmw-elementor-alerts .swiper-button-prev-alerts, .dmw-elementor-alerts .swiper-button-next-alerts {
  background-image: none;
}
.dmw-elementor-alerts .swiper-button-prev-alerts::after, .dmw-elementor-alerts .swiper-button-next-alerts::after {
  font-size: 26px;
  color: #fff;
  font-weight: 900;
}

body:not(.home) .elementor-location-single.page > section.elementor-top-section:first-of-type {
  position: relative;
}
body:not(.home) .elementor-location-single.page > section.elementor-top-section:first-of-type .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0;
}
body:not(.home) .elementor-location-single.page > section.elementor-top-section:first-of-type .elementor-widget-heading {
  margin-top: 40px;
}
body:not(.home) .elementor-location-single.page .elementor-widget-alerts {
  top: 0;
  left: 0;
  margin-bottom: 0;
}
body:not(.home) .elementor-location-single.page .elementor-widget-alerts .dmw-elementor-alerts-item {
  justify-content: start;
}
body:not(.home) .elementor-location-single.page .elementor-widget-alerts .dmw-elementor-alerts-title {
  text-align: left;
}
body:not(.home) .elementor-location-single.page .elementor-widget-alerts .dmw-elementor-alerts.active {
  position: relative;
}
@media (max-width: 1200px) {
  body:not(.home) .elementor-location-single.page .elementor-widget-alerts .dmw-elementor-alerts:not(.active) {
    width: 100vw;
    position: relative;
    top: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
  }
}
