section.offer-heading {
  padding-top: 150px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  section.offer-heading {
    padding-top: 120px;
  }
}
section.offer-heading .heading {
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 1200px) {
  section.offer-heading .heading {
    height: auto;
    margin: 0 0 20px 0;
  }
}
section.offer-heading .heading h1 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
}
@media (max-width: 992px) {
  section.offer-heading .heading h1 {
    font-size: 26px;
    text-align: center;
  }
}
section.offer-heading .heading h2 {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  section.offer-heading .heading h2 {
    font-size: 16px;
    text-align: center;
  }
}
section.offer-heading .parameters {
  display: flex;
  align-content: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  section.offer-heading .parameters {
    height: auto;
    align-content: center;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  section.offer-heading .parameters {
    justify-content: center;
  }
}
section.offer-heading .parameters .parameter {
  color: #4b4b4b;
  font-size: 11px;
  font-weight: 300;
  border-right: 1px solid rgba(84, 83, 83, 0.4);
  padding: 3px 15px;
  margin-top: auto;
}
@media (max-width: 1200px) {
  section.offer-heading .parameters .parameter {
    margin-top: 0;
  }
}
section.offer-heading .parameters .parameter:last-child {
  border-right: none;
}
section.offer-heading .parameters .parameter span {
  display: block;
  text-align: center;
}
section.offer-heading .background {
  position: absolute;
  height: 400px;
  background-color: #3e3f41;
  width: 100%;
  margin: -10px;
}
@media (max-width: 1200px) {
  section.offer-heading .background {
    display: none;
  }
}
section.offer-heading .details {
  background-color: #3e3f41;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 20px 20px 30px;
  margin: 0 -10px 0 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  section.offer-heading .details {
    margin: 0;
  }
}
@media (max-width: 992px) {
  section.offer-heading .details {
    flex-direction: column;
    align-items: center;
  }
}
section.offer-heading .details h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
section.offer-heading .details .prices {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 992px) {
  section.offer-heading .details .prices {
    align-items: center;
  }
}
section.offer-heading .details .prices .price-total {
  display: flex;
  align-items: center;
}
section.offer-heading .details .prices .price-total span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin-right: 15px;
}
section.offer-heading .details .prices .price-total h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
section.offer-heading .details .prices .price-unit {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  section.offer-heading .details .prices .price-unit {
    justify-content: center;
  }
}
section.offer-heading .details .prices .price-unit span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 15px 0 0;
}
section.offer-heading .details .prices .price-unit h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

section.offer-carousel {
  margin: 0 0 25px 0;
}
section.offer-carousel .slider {
  position: relative;
}
section.offer-carousel .slider .main-image {
  background: #fff;
}
section.offer-carousel .slider .main-image .swiper-slide {
  background: #fff;
}
section.offer-carousel .slider .main-image .image {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  height: 600px;
}
section.offer-carousel .slider .main-image .image img {
  height: 600px;
}
section.offer-carousel .slider .thumbnails {
  margin: -30px 0 0 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  section.offer-carousel .slider .thumbnails {
    margin: 5px 0 0 0;
  }
}
section.offer-carousel .slider .thumbnails > .row {
  margin-left: -5px;
  margin-right: -5px;
}
section.offer-carousel .slider .thumbnails > .row > .col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;
}
section.offer-carousel .slider .thumbnails .thumbnail {
  display: block;
  margin: 5px auto;
  cursor: pointer;
  text-align: center;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.offer-carousel .slider .thumbnails .thumbnail img {
  height: 100px;
}
section.offer-carousel .slider .thumbnails .thumbnail .overlay {
  background: rgba(0, 0, 0, 0.3803921569);
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
section.offer-carousel .slider .thumbnails .swiper-slide-thumb-active .thumbnail .overlay {
  display: none;
}
section.offer-carousel .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0;
}
@media (max-width: 1200px) {
  section.offer-carousel .slider .navigation {
    justify-content: center;
  }
}
section.offer-carousel .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.offer-carousel .slider .navigation .swiper-button-prev:after {
  display: none;
}
section.offer-carousel .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.offer-carousel .slider .navigation .swiper-button-next:after {
  display: none;
}
section.offer-carousel .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.offer-carousel .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.offer-carousel .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.offer-carousel .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.offer-main .content {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 22px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  section.offer-main .content {
    padding: 0;
    margin-bottom: 30px;
  }
}
section.offer-main .generate-pdf {
  margin: 0 0 10px 0;
}
section.offer-main .generate-pdf a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 992px) {
  section.offer-main .generate-pdf a {
    justify-content: center;
  }
}
section.offer-main .generate-pdf a span {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
section.offer-main .generate-pdf a img {
  margin-left: 15px;
}
section.offer-main .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}
@media (max-width: 992px) {
  section.offer-main .price {
    flex-direction: column;
  }
}
section.offer-main .price span {
  font-size: 36px;
  color: #e4902e;
  font-weight: 400;
  margin-right: 15px;
}
@media (max-width: 992px) {
  section.offer-main .price span {
    font-size: 30px;
  }
}
section.offer-main .price h2 {
  color: #4b4b4b;
  font-size: 36px;
  font-weight: 700;
  margin: 2px 0 0 0;
}
@media (max-width: 992px) {
  section.offer-main .price h2 {
    font-size: 30px;
  }
}
section.offer-main .details {
  background-color: #3e3f41;
  padding: 15px 30px 15px 30px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  section.offer-main .details {
    padding: 10px 20px;
  }
}
section.offer-main .details .detail {
  border-bottom: 1px solid #8d8d8d;
  margin: 5px 0;
  padding: 5px 15px 15px 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  section.offer-main .details .detail {
    width: 100%;
    padding: 5px 5px 15px 5px;
    flex-direction: column;
  }
}
section.offer-main .details .detail:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  section.offer-main .details .detail:last-child {
    padding-bottom: 10px;
  }
}
section.offer-main .details .detail .label {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 400;
}
section.offer-main .details .detail .value {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 700;
}
section.offer-main .map {
  height: 300px;
}
section.offer-main .map .wrapper {
  height: 100%;
}

section.offer-contact {
  margin: 50px 0;
}
section.offer-contact .content h2 {
  color: #4b4b4b;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 992px) {
  section.offer-contact .content h2 {
    font-size: 28px;
  }
}
section.offer-contact .content h3 {
  color: #4b4b4b;
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 992px) {
  section.offer-contact .content h3 {
    font-size: 18px;
  }
}
section.offer-contact .buttons .phone-btn {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: auto auto 0 auto;
  width: 265px;
}
section.offer-contact .buttons .phone-btn i {
  font-size: 22px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  section.offer-contact .buttons .phone-btn {
    margin: 20px auto 5px auto;
  }
}
section.offer-contact .buttons .send-message-btn {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 20px auto 0 auto;
  width: 265px;
}
section.offer-contact .buttons .send-message-btn i {
  font-size: 22px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  section.offer-contact .buttons .send-message-btn {
    margin: 20px auto 5px auto;
  }
}

section.offer-related {
  margin: 80px 0;
}
section.offer-related h2 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 700;
  margin: 30px 0 30px 0;
}
@media (max-width: 992px) {
  section.offer-related h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  section.offer-related .slider {
    margin: 0 10px;
  }
}
section.offer-related .slider .offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  min-height: 464px;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  opacity: 0.7;
}
section.offer-related .slider .offer .button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8b8b8b;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.offer-related .slider .offer .bottom {
  padding: 20px 10px;
}
section.offer-related .slider .offer .bottom .type {
  background-color: #ffab23;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.38px;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 25px;
  display: inline-block;
}
section.offer-related .slider .offer .bottom h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
}
section.offer-related .slider .offer .bottom .description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 15px;
}
section.offer-related .slider .offer .bottom .parameters {
  display: flex;
  align-content: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  section.offer-related .slider .offer .bottom .parameters {
    margin-top: 10px;
  }
}
section.offer-related .slider .offer .bottom .parameters .parameter {
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  border-right: 1px solid #fff;
  padding: 3px 15px;
  margin-top: auto;
}
section.offer-related .slider .offer .bottom .parameters .parameter:last-child {
  border-right: none;
}
section.offer-related .slider .offer .bottom .parameters .parameter span {
  display: block;
  text-align: center;
}
section.offer-related .slider .swiper-slide-active .offer,
section.offer-related .slider .swiper-slide-prev .offer,
section.offer-related .slider .swiper-slide-next .offer {
  opacity: 1;
  transition: 0.5s all;
}
section.offer-related .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.offer-related .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.offer-related .slider .navigation .swiper-button-prev:after {
  display: none;
}
section.offer-related .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.offer-related .slider .navigation .swiper-button-next:after {
  display: none;
}
section.offer-related .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.offer-related .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.offer-related .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.offer-related .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

/*# sourceMappingURL=single-estate.css.map */
