

/* Start:/local/templates/default/template_styles.css?17792719581816*/
.main-promo {
  position: relative;
    width: 100%;
   margin-bottom: 68px;
}

@media only screen and (max-width: 767px) {
  .main-promo {
   display:none;
  }
}

.main-promo__map-item {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.main-promo__img {
  position: relative;
}

.main-promo__img img {
  width: 100%;
  height: 100%;
  display: block;
}
.main-promo__dot-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  pointer-events: auto;
}

.main-promo__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  transform: scale(0.8);
      background-image: url(/local/templates/default/img/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.main-promo__dot:hover {
  transform: scale(1);
}

.active-description .main-promo__dot {
  transform: scale(1);
}

.main-promo__img-description {
  width: 248px;
  color: #6b6b6b;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.main-promo__img-description.left {
  left: 13px;
}

.main-promo__img-description.top {
  top: 29px;
}

.main-promo__img-description.right {
  right: -10px;
}

.main-promo__img-description.bottom {
  bottom: 5px;
}

.main-promo__img-description .title {
    font: 550 16px/16px Montserrat;
    color: #2C2C2C;
    color: #000000;
}
.active-description .main-promo__img-description {
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
}
.main-promo__description-text {
    background-color: #ffffff;
    position: relative;
    width: 248px;
    padding: 10px;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.8);
}

/* End */
/* /local/templates/default/template_styles.css?17792719581816 */
