.attribute-tooltip {
  position: relative;
  display: inline-block;
  margin: 0 12px;
}
.attribute-tooltip__icon {
  background: url('//cdn.aristosgroup.ru/svg/attribute-tooltip/icon-tooltip.svg') 0 0 no-repeat;
  height: 19px;
  width: 19px;
  background-size: 100%;
  display: inline-block;
  top: 5px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.attribute-tooltip__comment {
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 16px;
  line-height: normal;
  box-shadow: 0 5px 15px rgba(0, 4, 7, 0.2);
  background-color: #ffffff;
  position: absolute;
  padding: 20px 38px 20px 28px;
  top: 32px;
  left: 0;
  will-change: transform;
  min-width: 340px;
  z-index: 1;
  white-space: normal;
}
.attribute-tooltip__comment b {
  color: #333333;
  font-family: 'Futura New Demi';
  display: block;
  margin-bottom: 8px;
}
.attribute-tooltip__close {
  background: url('//cdn.aristosgroup.ru/svg/attribute-tooltip/icon-close.svg') 0 0 no-repeat;
  height: 14px;
  width: 14px;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 14px;
  cursor: pointer;
  transition: opacity .7s;
  opacity: .6;
}
.attribute-tooltip__close:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .attribute-tooltip {
    position: static;
  }
  .attribute-tooltip__comment {
    min-width: auto;
    top: auto;
    left: 15px;
    right: 15px;
  }
}
.attribute-set .attribute-tooltip,
.attribute-set .attribute-tooltip__comment {
  display: inline-block;
  min-height: auto;
  margin-right: 0;
}
.attribute-set dd {
  background-color: #fff;
}
.attribute-set dt {
  overflow: visible;
}
.attribute-tooltip {
  white-space: normal;
}
.attribute-tooltip__comment {
  padding: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 34px;
  color: #000000;
  font-family: 'Futura New', 'Arial', sans-serif;
  min-width: 435px;
}
@media (max-width: 380px) {
  .attribute-set dt,
  .attribute-set dd {
    font-size: 15px;
  }
}

