.footer .footer__copyright {
  background-color: #FFFFFF; }

.footer .footer__copyright {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.5px; }

.footer .footer__copyright {
  height: 46px;
  text-align: center;
  color: #706F83;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.footer .footer__to-top {
  text-align: right;
  margin: 24px 0;
  padding-right: 10px;
  height: 56px; }
  .footer .footer__to-top .footer__link {
    display: inline-block;
    width: 56px;
    line-height: 0;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 8px 12px 6px rgba(18, 23, 30, 0.15), 0px 4px 4px rgba(18, 23, 30, 0.3);
            box-shadow: 0px 8px 12px 6px rgba(18, 23, 30, 0.15), 0px 4px 4px rgba(18, 23, 30, 0.3);
    -webkit-border-radius: 16px;
            border-radius: 16px;
    padding: 22.5px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 70px;
    right: 10px;
    visibility: hidden;
    opacity: 0; }
    .footer .footer__to-top .footer__link.-show {
      opacity: 1;
      visibility: visible; }
