

/* Start:/local/templates/audiomania_vinyl/template_styles.css?16460604421328*/
.bonus-panel__small {
  font-size: 12px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .intro_type_d .intro__header  {
    max-width: none!important;
  }
}
.road-map__point_type_12 .road-map__content {
  width: 370px!important;
}
.share__item-copy {
  position: relative;
}
.share__item-tooltip {
  position: absolute;
  opacity: 0;
  background: #EDC500;
  color: #000;
  width: 250px;
  height: 44px;
  font-weight: 500;
  top:-60px;
  left: 50px;
  margin-left: -140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
}
.share__item-tooltip span {
  padding-left: 10px;
}
.share__item-tooltip::after {
  content: '';
  position: absolute; /* Абсолютное позиционирование */
  left: 50%;
  margin-left: -10px;
  bottom: -16px; /* Положение треугольника */
  border: 10px solid transparent; /* Прозрачные границы */
  border-top: 6px solid #EDC500; /* Добавляем треугольник */
}

.share__item-tooltip.active {
  transition: opacity 1s ease;
  opacity: 1;
}
.popup-yellow {
  display: none;
  background: #edc500;
  text-align: center;
  /* position: fixed; */
  width: 100%;
  /* top:147px; */
  min-height: 60px;
  padding: 17px 60px;
  z-index: 20;
  color: #000000;
}

/* End */
/* /local/templates/audiomania_vinyl/template_styles.css?16460604421328 */
