.main-wrapper-width {
  width: 100%;
  max-width: 1170px;
}

.center, .main-wrapper-width {
  margin: 0 auto;
}

.top {
  top: 0;
}

body {
  position: relative;
}

/*#region border radius*/
/*#endregion*/
/*#region border*/
/*#endregion*/
/*#region width / height */
/*#endregion*/
body.scrollend > .scrolle > div {
  bottom: 50px;
}

@media screen and (min-width: 411.98px) and (max-width: 767.98px) {
  body.scrollend > .scrolle > div {
    bottom: 35px;
  }
}

body > .scrolle {
  z-index: 99999;
  position: absolute;
  display: none;
  bottom: 0;
}

body > .scrolle > div {
  position: fixed;
  bottom: 10px;
  left: var(--left);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  --left: calc(((100% - 1170px) / 2) - 70px);
}

@media screen and (max-width: 1320px) {
  body > .scrolle > div {
    left: 15px;
  }
}

@media screen and (max-width: 1230px) {
  body > .scrolle > div {
    left: 15px;
    bottom: 5px;
  }
}

@media screen and (max-width: 767.98px) {
  body > .scrolle > div {
    height: 50px;
  }
}

body > .scrolle > div:hover {
  background: rgba(0, 0, 0, 0.8);
}

body > .scrolle > div > svg {
  width: 50px !important;
  font-size: 1.65rem;
  margin-top: 12px;
}

@media screen and (max-width: 767.98px) {
  body > .scrolle > div > svg {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=scrollup.css.map */