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

.mortgage.nan 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%;
}

.nan_top {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(img/nan.jpg) no-repeat 0% 50%/cover;
  position: relative;
  margin-top: -1px;
}
.nan_top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

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

.nan_top .container {
  position: relative;
  z-index: 2;
}
.nan_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;
}

.nan-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;
}

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

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

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

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

.nan__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;
  position: relative;
}

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

.nan__list-title {
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.nan__list-title:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}

.nan__list-intro {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-bottom: 36px;
  width: 100%;
  max-width: 843px;
}

.nan-item__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.nan-item__intro {
  font-size: 14px;
}

.nan-form__top {
  padding-top: 55px;
}

.nan-form-top__bg {
  background: url(img/nan_form_top.jpg) no-repeat 50% 50%/cover;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}

.nan-form-top__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 6px;
}

.nan-form-top__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
}

.nan__listt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-bottom: 70px;
}

.nan__listt-img {
  width: 45%;
}
.nan__listt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.nan__listt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  width: 55%;
  gap: 20px;
}

.nan__itemm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.nan__itemm img {
  width: 71px;
  height: 71px;
  min-width: 71px;
}

.nan-itemm__title {
  font-size: 16px;
  line-height: 140%;
}

@media (max-width: 992px) {
  .nan_top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nan-top__title {
    font-size: 35px;
  }
  .nan__listt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nan__listt-img {
    width: 100%;
    height: 250px;
  }
  .nan__listt {
    width: 100%;
  }
  .nan__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .nan__item:last-child {
    grid-column: span 2;
  }
  .nan-itemm__title {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .nan__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .nan__item:last-child {
    grid-column: auto;
  }
}
.nan_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;
}

@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 */