.ssb {
  display: flex !important;
  position: fixed;
  z-index: 999;
  flex-flow: column;
  right: 1.042vw;
  bottom: 5%;
}
.ssb-button {
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  margin: 0 0 12px 0;
}
.ssb-icon {
  width: 42px;
  display: flex;
  position: relative;
}
.ssb-label {
  right: 56px;
  text-align: right;
  height: 20px;
  margin: 0px;
  background-color: rgba(90, 166, 217, 1);
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  background: #f96a6a;
  font-size: 14px;
  white-space: nowrap;
  padding: 0px 15px;
  line-height: 1;
  transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  align-items: center;
}
a.ssb-button:hover .ssb-label {
  opacity: 1;
  visibility: visible;
}

.ssb-button.arrow-top {
  display: flex;
  justify-content: center;
  margin: 0.625vw 0 0.625vw 0;
}
.ssb-icon.go-to-top {
  width: 20px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1367px) {
  .ssb-button {
    width: 2.188vw;
    height: 2.188vw;
    margin: 0 0 0.625vw 0;
  }
  .ssb-icon {
    width: 2.188vw;
    height: 2.188vw;
  }
  .ssb-icon svg {
    width: 2.188vw;
    height: 2.188vw;
  }
  .ssb-label {
    right: 2.917vw;
    height: 1.042vw;
    font-size: 0.729vw;
    padding: 0px 0.781vw;
    border-radius: 1.042vw;
    -moz-border-radius: 1.042vw;
    -webkit-border-radius: 1.042vw;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .ssb-button {
    width: 40px;
    height: 40px;
    margin: 0 0 10px 0;
  }
  .ssb-button.arrow-top {
    margin: 10px 0;
  }
  .ssb-icon {
    width: 40px;
    height: 40px;
  }
  .ssb-icon svg {
    width: 40px;
    height: 40px;
  }
  .ssb-label {
    right: 50px;
    height: 20px;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .ssb {
    bottom: 10%;
  }
}
