.base {
  overflow: clip;
}
.navToggle {
  display: none;
}
.returnTop__body__link {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}


.modaal-close {
  top: auto;
  bottom: calc(100% + 10px);
  right: 0;
  padding: 0 0 0 34px !important;
  font-size: calc(26 / 16 * 1rem);
  line-height: calc(26 / 26);
  border-radius: 0;
}
.modaal-close:focus {
  outline: revert !important;
}
.modaal-close::before,
.modaal-close::after {
  width: 2px;
  height: 33px;
  top: 2px;
  right: auto;
  left: 12px;
  background-color: #ff8c9b !important;
}

.modaal-close span {
  color: #fff;
}