.banner{margin-top:auto}
.carousel-control {
  display: none;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}


footer.footer__wrap {
  display: block;
  float: left;
  position: relative;
  padding-top: 5rem;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
footer.footer__wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 35rem;
  height: 2000px;
  background: #f5f7f9;
  transform: skew(0, 9deg);
  z-index: 1;
  display:none!important
}
.footer__info {
  background: #f5f7f9;
}
.container .row.block {
    width: 100%;
    display: block;
}
.m-y-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.m-t-5{margin-top:5rem}
.p-t-3{padding-top:3rem}
.m-b-3{margin-bottom:3rem}
.p-b-2 {padding-bottom:2rem}