/* Footer */
#footer {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.19);
  padding: 48px 0 0;
  margin: 0;
}

#page + #footer {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  #page + #footer {
    border: 1px solid #ccc;
    border-top: 0;
  }
}

.footer-inner {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

@media screen and (min-width: 1164px) {
  .footer-inner {
    padding: 0;
  }
}

.site-footer {
  font-size: 12px;
  line-height: 16px;
}

#footer-logo {
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (min-width: 1025px) {
  #footer-logo {
    float: right;
    width: 33%;
  }
}

#footer-logo img {
  display: block;
  width: 74px;
  height: 27px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  #footer-logo img {
    float: right;
  }
}

@media screen and (min-width: 1025px) {
  .region-footer-1 {
    float: left;
    width: 67%;
  }
  .region-footer-2 {
    float: right;
    width: 33%;
  }
  .region-footer-3 {
    float: left;
    width: 67%;
  }
  .region-footer-4 {
    float: right;
    width: 33%;
    clear: right;
    text-align: right;
  }
}

.region-footer-3 .region-inner .block {
  padding: 10px 0;
}

.region-footer-3 .region-inner .block:first-child {
  border-bottom: 1px solid #e9e9e9;
  margin-top: 1px;
  margin-bottom: 0;
}

.region-footer-4 .block {
  margin-top: 10px;
}

.site-footer .block {
  margin-bottom: 20px;
}

.site-footer .block-title {
  font-size: 21px;
  line-height: 29px;
  color: #666;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 20px;
  padding-bottom: 17px;
}

.site-footer .block-menu ul {
  margin: 0;
  padding: 0;
}

.site-footer .block-menu .menu .menu {
  display: none;
}

.site-footer .block-menu .menu li {
  list-style: none;
}

@media screen and (min-width: 1025px) {
  .footer-top {
    margin-bottom: 58px;
  }
}

.footer-top .block-menu ul {
  margin: 0;
}

.footer-top .block-menu .menu li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}

.footer-top .phone {
  font-size: 21px;
  line-height: 29px;
}

.footer-top .contact-link {
  font-size: 14px;
  line-height: 20px;
}

.footer-top .social-network {
  margin: 0;
  padding: 0;
}

.footer-top .social-network-item {
  float: left;
  list-style: none;
}

.footer-top .social-network-link {
  display: block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.footer-top span {
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.footer-top .youtube {
  background-image: url(../images/icon-youtube.svg);
}

.footer-top .twitter {
  background-image: url(../images/icon-twitter.svg);
}

.footer-top .facebook {
  background-image: url(../images/icon-facebook.svg);
}

.footer-top .linkedin {
  background-image: url(../images/icon-linkedin.svg);
}

.footer-bottom {
  margin-bottom: 40px;
}

.footer-bottom .block-title {
  border: 0;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  word-wrap: normal;
  font: 0/0 a;
}

.footer-bottom .block-menu .menu li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #e9e9e9;
}

.footer-bottom .block-menu .menu li:first-child {
  padding-left: 0;
}

.footer-bottom .block-menu .menu li:last-child {
  border: 0;
}
/*# sourceMappingURL=footer.css.map */