div.object-inside-form.mortgage .form {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mortgage.sdat h1.text {
  font-family: "El Messiri", sans-serif;
  font-size: 185%;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
  text-align: center;
  width: 100%;
}

.kak_sdat_top {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(img/kak_sdat_bg.jpg) no-repeat 0% 50%/cover;
  position: relative;
  margin-top: -1px;
}
.kak_sdat_top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#173f8d), to(rgba(23, 63, 141, 0)));
  background: linear-gradient(90deg, #173f8d 0%, rgba(23, 63, 141, 0) 100%);
}

.kak_sdat {
  padding-top: 80px;
  padding-bottom: 40px;
  background: url(img/kaksdat.jpg) no-repeat 50% 50%/cover;
}

.kak_sdat_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.kak_sdat_item {
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  position: relative;
}

.kak_sdat_num {
  position: absolute;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -17px;
  left: -11px;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #fff;
  background: #D4001B;
  border-radius: 50%;
}

.kak_sdat_img {
  height: 80px;
  margin-bottom: 20px;
}

.center__block {
  text-align: center;
  margin-top: 40px;
}
.center__block a.red {
  max-width: 260px;
  display: inline-block;
}

.kak_sdat_top .container {
  position: relative;
  z-index: 2;
}
.kak_sdat_top a.red {
  max-width: 235px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sdat-top__text {
  width: 100%;
  max-width: 780px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sdat-top__title {
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  margin-bottom: 22px;
}

.sdat-top__intro {
  max-width: 520px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .kak_sdat_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .kak_sdat_top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sdat-top__title {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .kak_sdat_list {
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=style.css.map */