footer {
  margin-top: 30px;
  border-top: 2px solid #0084c9; }
  footer .container {
    padding-top: 18px; }
  footer .social_icons {
    margin-top: 10px; }
    footer .social_icons img {
      float: left;
      margin-right: 8px;
      margin-bottom: 4px; }
  footer .other_buttons_wrap {
    width: 60%;
    text-align: center;
    margin: 15px auto; }
    footer .other_buttons_wrap .btn {
      width: 100%;
      margin-bottom: 5px; }
  footer .footer_logo_wrap {
    max-width: 265px;
    border-bottom: 2px solid #0084c9; }
    footer .footer_logo_wrap img {
      max-width: 85%;
      max-height: 90%;
      margin-bottom: 10px; }
  footer .contacts {
    margin-top: 10px; }
    footer .contacts .phone {
      font-size: 20px; }
      footer .contacts .phone span {
        color: #0084c9; }
      footer .contacts .phone a {
        text-decoration: none; }
  footer .bottom_subs {
    margin-top: 10px; }

.footer_copyright {
  background-color: #f4f4f4;
  border-top: 1px solid #cacaca;
  width: 100%;
  margin-top: 35px;
  line-height: 60px; }
  .footer_copyright .alfa_title {
    text-align: right; }
  .footer_copyright a {
    text-decoration: none; }

@media (max-width: 1199px) {
  footer .other_buttons_wrap {
    width: 100%; } }

@media (max-width: 991px) {
  .footer_copyright {
    padding: 15px 0px;
    line-height: 20px; }
  #bx-composite-banner {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px; } }

@media (min-width: 992px) {
  .footer_copyright .alright {
    text-align: right; } }

@media (max-width: 767px) {
  .alfa_title {
    display: none; } }

.back-to-top {
  visibility: visible;
  bottom: 55px;
  opacity: 0.5;
  background: #444;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 999;
  cursor: pointer;
  right: 35px;
  text-align: center;
  transition: .3s ease-out;
  display: none; }
  .back-to-top:before {
    content: "\f077";
    font-family: "FontAwesome";
    content: "\f077";
    color: #fff;
    font-size: 18px;
    line-height: 50px; }
  .back-to-top:hover {
    opacity: 1; }
  .back-to-top.is-hide {
    opacity: 0;
    transition: .3s;
    transform: translateY(-50px);
    visibility: hidden; }
  @media (min-width: 992px) {
    .back-to-top {
      display: block; } }

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