.last-view {
  color: #000;
  text-align: center;
  padding: 100px 0 120px;
}
.last-view * {
  color: #000;
}
.last-view .flex {
  justify-content: center;
}
.last-view h1 {
  font-size: 34px;
  font-weight: normal;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.last-view h2 {
  font-weight: normal;
  font-size: 28px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.last-view .cont a {
  text-decoration: none;
  line-height: 28px;
  font-size: 16px;
  opacity: 0.6;
}
.last-view .cont {
  margin: 60px 0 70px;
}
.last-view .btn {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-family: "ProximaNovaRegular", Arial, sans-serif;
  line-height: 20px;
  border-radius: 4px;
  padding: 6px 20px;
  margin-top: 20px;
  background-color: transparent;
}
.last-view .btn:before, .last-view .btn:after {
  display: none;
}
.last-view .btn--blue {
  color: #1c4e9b;
  border: 1px solid #1c4e9b;
}
.last-view .btn--white {
  color: #fff;
  border: 1px solid #fff;
}
.last-view .btn--orange {
  color: #ff6e00;
  border: 1px solid #ff6e00;
}
.last-view .btn--red {
  color: #ed1c24;
  border: 1px solid #ed1c24;
}
.last-view .btn--yellow {
  color: #efc14a;
  border: 1px solid #efc14a;
}
.last-view .call-me {
  font-size: 14px;
}
.last-view .phone {
  font-size: 36px;
}
.last-view--white {
  color: #fff;
}
.last-view--white * {
  color: #fff;
}

.last-view .cont, .last-view [class*=col-]:nth-of-type(2) {
  transition-delay: 0.3s;
}
.last-view [class*=col-]:nth-of-type(1) {
  transition-delay: 0.4s;
}
.last-view .note {
  transition-delay: 0.6s;
}
.last-view h1 {
  transition-delay: 0.8s;
}
.last-view .animate h1 {
  transition-delay: 1.8s !important;
}
.last-view .call-me {
  transition-delay: 2s;
}

/*# sourceMappingURL=last_view.css.map */
