.section-resident {
  padding-top: 0;
  padding-bottom: 0;
  background: #999 url(../../../images/resident.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  display: flex;
  text-align: center;
}
.section-resident .container {
  padding-top: 31.25px;
  padding-bottom: 31.25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.section-resident__body {
  max-width: 1100px;
  line-height: 1.5;
  font-size: 18px;
}
.section-resident__body p {
  margin: 10px 5px;
}
.section-resident__steps ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 140px 0 0 0;
  background: url(../../../images/resident-steps.png) no-repeat 30px 0;
}
.section-resident__steps li {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.5;
  width: 221px;
}
.section-resident__steps li div {
  text-align: left;
  display: inline-block;
}
.section-resident__block_attachment {
  text-align: left;
}
.section-resident__attachment a {
  display: inline-block;
  background: url(../../../images/pdf.png) no-repeat 0 center;
  background-size: 32px;
  padding: 12px 50px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.section-resident__attachment a:hover {
  text-decoration: underline;
}
.section-resident__attachment a.focus-visible {
  box-shadow: 0 0 0 1px #fff;
}
.section-resident__link {
  margin-top: 11px; 
}
.section-resident__link a {
  background-color: #e94347;
  padding: 12px 35px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  border: solid 1px #e94347;
  box-shadow: 3px 3px 5px #f9cccd, -3px 3px 5px #f9cccd;
  box-shadow: none;
}
.section-resident__link a:hover {
  background-color: #df1a1f;
}
.section-resident__link a:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.section-resident__link a.loading {
  background-color: #ee7174;
  cursor: wait;
}
.section-resident__link a.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
@media screen and (max-width: 1092px) {
  .section-resident__body {
    text-align: left;
  }
  .section-resident__steps ol {
    background: none;
    flex-direction: column;
    list-style: decimal;
    margin: 0 auto;
    max-width: 550px;
    padding: 0 15px;
  }
  .section-resident__steps li {
    margin: 5px;
    line-height: 1.2;
    width: auto;
    text-align: left;
  }
  .section-resident__steps li div {
    display: inline;
    min-height: 50px;
  }
  .section-resident__steps li div br {
    display: none;
  }
}
@media screen and (max-width: 496px) {
  .section-resident__body {
    line-height: 1.2;
    font-size: 16px;
  }
  .section-resident li {
    font-size: 14px;
    margin: 0 5px;
  }
}

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