* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: blue;
}
a:hover {
  color: blue;
  text-decoration: none;
}
.clr {
  clear: both;
}
.logo {
  width: 209px;
  height: 28px;
}
.dn {
  display: none;
}
.thumb {
  position: relative;
  display: inline-block;
}
.thumb__close {
  position: absolute;
  top: 0;
  right: 0;
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}
.pointer {
  cursor: pointer;
}
.compare {
  padding: 40px;
  width: 100%;
  background: #000;
}
.compare-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.compare-image {
  width: 49%;
  height: 600px;
  background: no-repeat center / contain;
}
.font-small {
  font-size: 12px;
}
#aside-trigger {
  top: -80px;
  position: absolute;
}
#top-trigger {
  top: -80px;
  position: absolute;
}
.treatment-pin {
  z-index: 92;
}
.treatment-trigger {
  top: -130px;
  position: absolute;
}
#top {
  z-index: 90;
  padding: 30px 20px 20px;
  margin: -30px -20px 10px;
  background: white;
}
.max-height {
  max-height: 500px;
  overflow-y: auto;
}
.accordion {
  max-height: 70vh;
  overflow-y: auto;
}
.accordion-item {
  margin: 0 -1rem;
  padding: 1px 1rem;
  transition: all 0.3s ease;
}
.accordion-item:hover,
.accordion-item.active {
  background: rgba(146, 246, 253, 0.3);
}
/*# sourceMappingURL=style.css.map */