.attribute-tooltip__comment {
  display: none;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
/* Colors */
/* Фильтры для svg иконок https://codepen.io/sosuke/pen/Pjoqqp */
/* Breakpoints */
/* Base heading style */
/* Base button style */
/* old colors */
/* Fonts */
/* Цвета */
/* Breakpoints */
/* Шрифты */
/* Base heading style */
/* Кнопки */
/* Контейнер */
/* header */
/* footer */
/* Popup */
/* form checkbox */
/* input checkbox */
/* form tags */
@keyframes button-loading {
  0% {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
  50% {
    background-color: #666;
    border-color: #666;
  }
  100% {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
}
.attribute-tooltip {
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/interskol/icons/tooltip.svg');
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  filter: invert(97%) sepia(0%) saturate(0%) hue-rotate(182deg) brightness(90%) contrast(96%);
}
@media (max-width: 1024px) {
  .attribute-tooltip {
    width: 20px;
    height: 20px;
  }
}
.attribute-tooltip:hover {
  filter: invert(12%) sepia(76%) saturate(4554%) hue-rotate(342deg) brightness(114%) contrast(95%);
}
.attribute-tooltip__name {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  margin: 0 0 20px;
  color: #000;
}

