.topFloating {
  width: 200px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 10100;
  box-shadow: 0px 0px 15px -5px #777777;
}
@media print, screen and (min-width: 1200px) {
  .topFloating {
    width: 350px;
  }
}
.topFloating .topFloating__close {
  width: 26px;
  height: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -14px;
  top: -14px;
  color: #FFF;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  background-color: black;
  cursor: pointer;
  z-index: 10200;
}

.footer {
  padding-bottom: 180px;
}