/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
#t-footer {
  background-color: #273238;
  color: white;
}
#t-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 15px;
}
#t-footer .container .logo-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#t-footer .footer__logo {
  opacity: 0.2;
  margin-bottom: 5px;
  cursor: pointer;
}
#t-footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
#t-footer .footer__nav li a {
  text-decoration: none;
  color: white;
  margin: 0 20px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#t-footer .footer__nav li a:hover {
  color: #3674ff;
}
#t-footer .scroll-up {
  display: block;
  background-color: transparent;
  font-size: 20px;
  min-width: unset;
  min-height: unset;
  padding: 5px 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 35px;
  color: #8e9397;
  border: 1px solid #8e9397;
}
#t-footer .scroll-up:hover {
  color: white;
  border-color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
#t-footer .scroll-up:focus {
  outline: none;
}
#t-footer .copyright {
  color: #929497;
  font-weight: 400;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
@media all and (max-width: 767px) {
  #t-footer {
    position: relative;
    height: 220px;
  }
  #t-footer .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #t-footer .container .logo-wrap {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #t-footer .footer__nav {
    position: absolute;
    bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #t-footer .footer__nav li {
    margin-bottom: 15px;
    text-align: center;
  }
  #t-footer .scroll-up {
    position: absolute;
    right: 15px;
    bottom: 85px;
  }
  #t-footer .copyright {
    position: absolute;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

/*# sourceMappingURL=t-footer.css.map */
