footer {
  overflow: hidden;
}
.footer-logo a img{
    max-width: 250px;
}
footer .footer-top {
  padding: 20px 0;
  /* border-top-left-radius: 30px; */
  /* border-top-right-radius: 30px;  */
  position: relative;
}
footer .footer-top .footer-top-contacts {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

footer .footer-top .footer-top-contacts:not(.nobar)::before {
  position: absolute;
  content: "";
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #d9d9d9;
  opacity: .4;
  left: -100px;
  display: none;
}
footer .footer-top .footer-top-contacts i {
  position: absolute;
  left: 0;
  font-size: 30px;
  top: 5px;
  color: #CC2229;
}
footer .footer-top .footer-top-contacts p,
footer .footer-top .footer-top-contacts a {
  color: #fff!important;
  transition: all 0.7s ease-out;
}
footer .bg-gray {
  background: #D9D9D9;
}
footer .footer-aside {
  position: relative;
  
}
.footer-main {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}
.footer-main .col-4,
.footer-main .col-8 {
  display: table-cell;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.footer-main .col-4 {
  width: 100%;
}
.footer-main .col-8 {
  width: 100%;
  background: #272525;
  position: relative;
}
@media (max-width: 991px){
  .footer-main .col-4,
  .footer-main .col-8 {
    display: block;
  }
  .footer-main .col-8 {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .footer-right {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    background: #272525;
  }
}
@media (min-width: 992px){
    .footer-main .col-4 {
        padding-right: 40px;
        width: 30%;
    } 
    .footer-main .col-8 {
        padding-left: 50px;
        width: 70%;
    }
    .footer-main:before {
      content: '';
      position: absolute;
      left: 50%;
      right: -999px;
      top: 0;
      background: #272525;
      width: 100%;
      bottom: 0;
    }

    footer .footer-top .footer-top-contacts:not(.nobar)::before {
  display: block;
}
}

footer .quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px){
  footer .quick-links h4 {
    font-size: 24px;
  }  
}
footer .quick-links ul li {
  display: block;
  margin-bottom: 15px;
}
footer .quick-links ul li a {
  color: #fff;
  font-weight: 400;
}
footer .quick-links ul li a:hover,
footer .footer-top .footer-top-contacts p:hover,
footer .footer-top .footer-top-contacts a:hover {
  color: #CC2229!important;
}
@media (min-width: 768px){
  .quick-links {
    border-right: 1px solid #bababa;
  }
  footer .footer-top .footer-top-contacts {
    margin-bottom: 0;
  }
}