.service-banner { height: 270px; background-position: 50% 50%; margin: -10px 0 30px 0; position: relative; background-size: cover }
.service-banner-top { position: absolute; width: 100%; top: 0; left: 0; height: 60px; color: #003265; background: rgba(234,235,239,.9); font-size: 24px; display: flex; align-items: center; justify-content: center; padding: 13px; line-height: 1em; text-align: center }
.zayav-button {
  background-color: #f78e1e;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: inset 0px 0px 0px 0px #ec8313; 
  position: absolute; 
  bottom: 34px; 
  left: 40px
}


















