/* line 1, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 5, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 9, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 13, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 17, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 21, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 25, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 29, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 37, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 45, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 49, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 53, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 58, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 62, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 66, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 70, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 74, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 78, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 82, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 86, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 90, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/mortgage-post/m-post-top.scss */
.breadcrumb {
  margin-bottom: -31px;
  color: #fff;
}

/* line 6, ../sass/mortgage-post/m-post-top.scss */
.m-post-top {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--color-active);
}

/* line 13, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 20, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}
/* line 31, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 39, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-wr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
/* line 46, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-wr .col {
  width: 50%;
}
/* line 49, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-wr .col:nth-child(1) {
  padding-top: 40px;
}
/* line 54, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-wr .section-title {
  color: #fff;
}
/* line 58, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-wr .text {
  --color: #fff;
}

/* line 63, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-label {
  background: var(--color-dark-blue);
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 72, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-img {
  width: 90%;
  margin-right: auto;
  padding: 30px 25px;
  border-radius: 20px;
  background: #00000042;
}
/* line 79, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-img img {
  display: block;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: -2px 2px 10px -1px #5f5f5f;
}

/* line 88, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-bottom {
  margin-top: 200px;
  display: inline-flex;
  gap: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  font-size: 14px;
  transition: .3s ease-in-out;
}
/* line 98, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-bottom svg {
  margin-right: 100px;
  width: 20px;
  height: 20px;
}
/* line 104, ../sass/mortgage-post/m-post-top.scss */
.m-post-top-bottom:hover {
  border-color: var(--color-active);
}

/* line 109, ../sass/mortgage-post/m-post-top.scss */
.m-post-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  margin-top: 25px;
}
/* line 118, ../sass/mortgage-post/m-post-top.scss */
.m-post-form label {
  width: 100%;
  display: block;
}
/* line 122, ../sass/mortgage-post/m-post-top.scss */
.m-post-form label.w50 {
  width: calc(100% / 2 - 5px);
}
/* line 126, ../sass/mortgage-post/m-post-top.scss */
.m-post-form label span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
/* line 133, ../sass/mortgage-post/m-post-top.scss */
.m-post-form label input, .m-post-form label textarea {
  width: 100%;
  background-color: #f8f8f996;
  color: #000;
  border: 1px solid #D9D9D9;
}
/* line 140, ../sass/mortgage-post/m-post-top.scss */
.m-post-form label textarea {
  padding-top: 12px;
  height: 101px;
}
/* line 146, ../sass/mortgage-post/m-post-top.scss */
.m-post-form .site-btn {
  height: 50px;
  width: 100%;
  border-radius: 5px;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 155, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* line 160, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-label {
    font-size: 14px;
  }

  /* line 164, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form {
    margin-top: 20px;
  }
  /* line 169, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form label span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 179, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 188, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-wr .col:nth-child(1) {
    padding-top: 25px;
  }

  /* line 194, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-label {
    font-size: 14px;
  }

  /* line 198, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-img {
    padding: 20px 16px;
  }

  /* line 202, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form {
    margin-top: 20px;
    gap: 12px 10px;
  }
  /* line 208, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form label.w50 {
    width: 100%;
  }
  /* line 212, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form label span {
    font-size: 14px;
  }
  /* line 216, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form label textarea {
    height: 66px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 226, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* line 231, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-wr {
    padding-top: 20px;
  }
  /* line 234, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-wr .col {
    width: 100% !important;
  }
  /* line 237, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-wr .col:nth-child(1) {
    padding-top: 0;
  }

  /* line 243, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-bottom {
    margin-top: 20px;
  }

  /* line 247, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-label {
    font-size: 14px;
  }

  /* line 251, ../sass/mortgage-post/m-post-top.scss */
  .m-post-top-img {
    padding: 19px 15px;
    width: 100%;
    margin-top: 25px;
  }

  /* line 257, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form {
    margin-top: 15px;
    gap: 12px 10px;
  }
  /* line 263, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form label.w50 {
    width: 100%;
  }
  /* line 267, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form label span {
    font-size: 14px;
  }
  /* line 271, ../sass/mortgage-post/m-post-top.scss */
  .m-post-form label textarea {
    height: 66px;
  }
}
