.section-contraindications__warn {
  position: fixed;
  background: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  box-shadow: -11px 11px 35px rgba(0, 0, 0, 0.04);
  z-index: 999;
}

.section-contraindications__warn.hide {
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.section-contraindications__warn.hide .section-contraindications__content-varn._text-white {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: inherit;
  font-size: 38px;
  padding-top: 40px;
}

.section-contraindications__content-varn._text-white {
  font-size: 38px;
}
