/* Other */
.other-wrap {
  width: 1440px;
  margin: 0 auto;
  position: relative; }
  .other-wrap__item {
    position: fixed;
    bottom: 257px; }
    .other-wrap__item.scroll-button {
      width: 60px;
      height: 60px;
      left: 43px;
      opacity: 0;
      transition: opacity 0.3s; }
      .other-wrap__item.scroll-button.show {
        opacity: 1; }
    .other-wrap__item.chat-button {
      width: 60px;
      height: 60px;
      right: 34px;
      z-index: 2; }

/* END Other */
/* Mobile Other */
@media only screen and (max-width: 544px) {
  .other-wrap {
    width: 375px; }
    .other-wrap__item.scroll-button {
      display: none; }
    .other-wrap__item.chat-button {
      bottom: 55px; } }
/* END Mobile Other */

/*# sourceMappingURL=other.css.map */
