/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 12.07.2017, 17:51:31
 * Author     : Сергей
 */
/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 07.07.2017, 10:48:30
 * Author     : Сергей
 */
/*
 * CSS3 calc() function to perform calculations
 */
.footer {
  background: url(/sites/all/themes/aoiot/img/footer_bg.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 950px;
  position: relative;
  z-index: 10; }

  .footer__logo {
    height: 43px; }
  .footer__contact {
    height: 43px; }
    .footer__contact a {
      color: white;
      font-family: ProximaNova-SemiBold;
      font-size: 24px;
      text-decoration: none; }
  .footer__text {
    font-size: 14px;
    color: #aeaeae;
    line-height: 24px; }
      @media (max-width: 767px) {
        .footer__top > div:last-child {
      margin-top: 40px; } }
  .footer__bottom {
    margin-top: 50px; }
  .footer .footer__menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px; }
    .footer .footer__menu li {
      margin-bottom: 15px; }
    .footer .footer__menu a {
      color: #aeaeae;
      font-size: 16px; }
  .footer__copyright_mobile {
    display: none; }
    @media (max-width: 767px) {
      .footer__copyright_mobile {
    display: block; } }

