@charset "UTF-8";
.hb-footer {
  background: #575664;
  color: #fff;
  overflow: hidden
}
@media (max-width:767px) {
  .hb-footer {
    font-size: .875rem;
    line-height: 20px
  }
}
@media (min-width:768px) {
  .hb-footer {
    font-size: 1rem;
    line-height: 22px
  }
}
.hb-footer .hb-center {
  position: relative
}
.hb-footer .hb-center:before {
  position: absolute;
  content: '';
  background: url(../img/decor-footer-right.svg) 0 0 no-repeat;
  width: 430px;
  height: 256px;
  left: 900px;
  top: 40px
}
.hb-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}
@media (max-width:767px) {
  .hb-footer__inner {
    padding: 40px 0 40px
  }
}
@media (min-width:768px) {
  .hb-footer__inner {
    padding: 40px 0 40px
  }
}
@media (min-width:1024px) {
  .hb-footer__inner {
    padding: 40px 0 48px
  }
}
.hb-footer__inner:after,
.hb-footer__inner:before {
  content: '';
  position: absolute;
  z-index: 1
}
.hb-footer__col {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 296px;
  flex: 0 0 296px;
  max-width: 296px
}
@media (max-width:767px) {
  .hb-footer__col + .hb-footer__col {
    margin-top: 32px
  }
}
@media (min-width:768px) {
  .hb-footer__col + .hb-footer__col {
    margin-left: 16px
  }
}
@media (max-width:1023px) and (min-width:768px) {
  .hb-footer__col:nth-child(3) {
    margin-left: 0;
    margin-top: 36px
  }
}
@media (min-width:768px) {
  .hb-footer__col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 56px
  }
}
@media (min-width:1024px) {
  .hb-footer__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 44px;
    margin-left: 0;
    margin-top: 0
  }
}
.hb-footer__text-alt {
  color: #d5d4dd;
  margin-top: 16px
}
.hb-footer__link {
  font-size: .875rem;
  line-height: 20px;
  color: #d5d4dd;
  text-decoration: underline;
  display: inline-block
}
@media (min-width:768px) {
  .hb-footer__link {
    margin-top: 20px
  }
}
.hb-footer__link:hover {
  text-decoration: none
}
@media (min-width:768px) {
  .hb-footer__contacts {
    margin-top: 20px
  }
}
.hb-footer__contacts__phone {
  color: #d5d4dd
}
.hb-footer__contacts__email {
  color: #fff;
  text-decoration: underline
}
.hb-footer__contacts__email:hover {
  text-decoration: none
}
.hb-footer__red-arrow {
  margin: 20px 0 0 28px;
  display: inline-block
}
.hb-developer {
  font-size: .8125rem;
  line-height: 18px;
  display: block;
  width: 108px;
  color: #fff
}