@charset "UTF-8";
section.offers-hero-v2 {
  --container-width: 1200px; /* szerokość .container */
  --arrow-offset: 150px;
  position: relative;
  height: 100vh;
  max-height: 705px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 80px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #242021;
}
@media (max-width: 1200px) {
  section.offers-hero-v2 {
    --container-width: 1200px; /* szerokość .container */
    --arrow-offset: 250px;
  }
}
@media (max-width: 992px) {
  section.offers-hero-v2 {
    --container-width: 992px; /* szerokość .container */
    --arrow-offset: 250px;
    padding: 0 20px;
    max-height: 705px;
  }
}
@media (max-width: 768px) {
  section.offers-hero-v2 {
    --container-width: 100%; /* szerokość .container */
    --arrow-offset: 50%;
    max-height: 705px;
  }
}
section.offers-hero-v2 {
  clip-path: polygon(0 0, 100% 0, 100% 95%, calc(50% - var(--container-width) / 2 + var(--arrow-offset) + 40px) 95%, calc(50% - var(--container-width) / 2 + var(--arrow-offset)) 100%, calc(50% - var(--container-width) / 2 + var(--arrow-offset) - 40px) 95%, 0 95%);
}
section.offers-hero-v2 .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  background: transparent linear-gradient(181deg, rgba(38, 34, 35, 0) 20%, #242021 100%) 0% 0% no-repeat padding-box;
}
section.offers-hero-v2 .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  section.offers-hero-v2 .container {
    margin-top: 0;
  }
}
section.offers-hero-v2 .hero-content {
  max-width: 600px;
}
section.offers-hero-v2 .hero-content h1 span {
  display: block;
}
section.offers-hero-v2 .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.offers-hero-v2 .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.offers-hero-v2 .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.offers-hero-v2 .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.offers-hero-v2 .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.offers-hero-v2 .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.offers-hero-v2 .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
  margin-top: 15px;
}
@media (max-width: 992px) {
  section.offers-hero-v2 .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.offers-hero-v2 .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.offers-hero-v2 .featured-offers {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 992px) {
  section.offers-hero-v2 .featured-offers {
    padding: 0 40px;
    left: 0;
    bottom: 20px;
    margin: 0 auto;
  }
}
section.offers-hero-v2 .featured-offers h2 {
  color: rgba(255, 255, 255, 0.5764705882);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
section.offers-hero-v2 .featured-offers .featured-offer {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #757575;
  padding: 6px;
}
section.offers-hero-v2 .featured-offers .featured-offer .image {
  overflow: hidden;
  border-radius: 15px;
  display: block;
}
section.offers-hero-v2 .featured-offers .featured-offer .image img {
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 90px;
  width: 100%;
}
section.offers-hero-v2 .featured-offers .featured-offer:hover .image img {
  transform: scale(1.1);
}
section.offers-hero-v2 .featured-offers .featured-offer h3 {
  margin: 10px 5px 5px 5px;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 992px) {
  section.offers-hero-v2 .featured-offers .featured-offer h3 {
    font-size: 12px;
  }
}
section.offers-hero-v2 .featured-offers .featured-offer h3 span {
  display: block;
  font-size: 12px;
  margin: 3px 5px;
}
section.offers-hero-v2 .featured-offers .featured-offer .icon {
  position: relative;
  height: 0;
}
section.offers-hero-v2 .featured-offers .featured-offer .icon i {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f5b400;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-45deg);
}
section.offers-hero-v2 .featured-offers .swiper-button-next {
  color: rgba(255, 255, 255, 0.5764705882);
  font-size: 24px;
  font-weight: 300;
  right: -40px;
}
@media (max-width: 992px) {
  section.offers-hero-v2 .featured-offers .swiper-button-next {
    right: -5px;
    font-size: 18px;
  }
}
section.offers-hero-v2 .featured-offers .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5764705882);
  font-size: 24px;
  font-weight: 300;
  left: -40px;
}
@media (max-width: 992px) {
  section.offers-hero-v2 .featured-offers .swiper-button-prev {
    left: -5px;
    font-size: 18px;
  }
}

section.offers-search-v2 {
  background: #F5F5F5;
  padding: 70px 0 20px 0;
  margin-top: -50px;
}
section.offers-search-v2 .form-group {
  margin: 20px 0;
}
section.offers-search-v2 .form-group label {
  color: rgba(51, 51, 51, 0.8705882353);
  font-size: 13px;
}
section.offers-search-v2 .form-group select {
  background: none;
  border: none;
  border-bottom: 1px solid #B8B8B8;
  color: rgba(151, 147, 147, 0.8705882353);
  font-size: 12px;
  border-radius: 0;
  outline: none;
}
section.offers-search-v2 .form-group select:active, section.offers-search-v2 .form-group select:focus {
  outline: none;
  box-shadow: none;
}
section.offers-search-v2 .buttons {
  margin-top: 10px;
  text-align: right;
}
section.offers-search-v2 .range-widget .range-wrapper {
  position: relative;
  width: 100%;
  height: 24px;
}
@media (max-width: 992px) {
  section.offers-search-v2 .range-widget .range-wrapper {
    height: 38px;
  }
}
section.offers-search-v2 .range-widget .range-track {
  position: absolute;
  top: 50%;
  height: 2px;
  background: #e0e0e0;
  transform: translateY(-50%);
  width: 100%;
}
section.offers-search-v2 .range-widget .range-fill {
  position: absolute;
  height: 100%;
  background: #bdbdbd;
}
section.offers-search-v2 .range-widget .range-wrapper input[type=range] {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  background: none;
  -webkit-appearance: none;
}
section.offers-search-v2 .range-widget .range-wrapper input::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #fff url("../images/icon-search-range.svg") center no-repeat;
  background-size: 24px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 992px) {
  section.offers-search-v2 .range-widget .range-wrapper input::-webkit-slider-thumb {
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
}
section.offers-search-v2 .range-widget .range-values {
  margin-top: 5px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  section.offers-search-v2 .range-widget .range-values {
    margin-top: 15px;
  }
}

section.offers-results-v2 {
  background: #F5F5F5;
  padding: 10px 0 50px 0;
}
section.offers-results-v2 .offers > .row {
  margin-left: -5px;
  margin-right: -5px;
}
section.offers-results-v2 .offers > .row > .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}
section.offers-results-v2 .offers > .row > .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
}
section.offers-results-v2 .offers .offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  min-height: 260px;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  margin: 5px 0;
}
section.offers-results-v2 .offers .offer .type {
  background-color: #ffab23;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.38px;
  text-align: center;
  padding: 4px 20px;
  margin-bottom: 25px;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
}
section.offers-results-v2 .offers .offer .button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8b8b8b;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.offers-results-v2 .offers .offer .bottom {
  padding: 20px 20px 0 0;
}
section.offers-results-v2 .offers .offer .bottom h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 0 0;
}
section.offers-results-v2 .offers .offer .bottom .description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 7px;
}
section.offers-results-v2 .offers .offer .bottom .parameters {
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  section.offers-results-v2 .offers .offer .bottom .parameters {
    margin-top: 10px;
  }
}
section.offers-results-v2 .offers .offer .bottom .parameters .parameter {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  border-right: 1px solid #fff;
  padding: 2px 8px;
  margin-top: auto;
}
section.offers-results-v2 .offers .offer .bottom .parameters .parameter:last-child {
  border-right: none;
}
section.offers-results-v2 .offers .offer .bottom .parameters .parameter span {
  display: block;
  text-align: center;
}
section.offers-results-v2 .map {
  height: 100%;
}
@media (max-width: 992px) {
  section.offers-results-v2 .map {
    margin-top: 30px;
    min-height: 500px;
  }
}
section.offers-results-v2 .map .wrapper {
  height: 100%;
}
section.offers-results-v2 .pagination {
  align-items: center;
  margin: 30px 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  section.offers-results-v2 .pagination {
    margin-top: 60px;
    justify-content: center;
  }
}
section.offers-results-v2 .pagination .page-item .page-link {
  border: none;
  color: #636363;
  font-size: 13px;
  font-weight: 300;
  background-color: transparent;
}
section.offers-results-v2 .pagination .page-item .page-link:hover {
  background: none;
}
section.offers-results-v2 .pagination .page-item.active .page-link {
  background: none;
  color: #eca128;
  font-weight: 700;
  font-size: 19px;
}
section.offers-results-v2 .pagination .page-item i {
  font-size: 28px;
  color: #eca128;
}

section.offers-noresults-v2 {
  background: #F5F5F5;
  padding: 10px 0 50px 0;
}
section.offers-noresults-v2 h4 {
  border: 1px solid #dedede;
  padding: 50px 50px;
}

section.offers-content-v2 {
  background: #F5F5F5;
  color: #101010;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
section.offers-content-v2 .content {
  position: relative;
  padding: 10px 0 50px 0;
}
section.offers-content-v2 .content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 300;
  color: #101010;
}
section.offers-content-v2 .content::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 150px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #F5F5F5;
}
@media (max-width: 768px) {
  section.offers-content-v2 .content::after {
    left: 50%;
  }
}

section.offers-contact-v2 {
  background: #fff;
  padding: 75px 0 0 0;
  color: #4B4B4B;
}
section.offers-contact-v2 .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.offers-contact-v2 .left {
  width: 50%;
}
@media (max-width: 992px) {
  section.offers-contact-v2 .left {
    width: 100%;
  }
}
section.offers-contact-v2 .left h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
section.offers-contact-v2 .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.offers-contact-v2 .left .email {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 578px) {
  section.offers-contact-v2 .left .email {
    font-size: 20px;
  }
}
section.offers-contact-v2 .left .phone {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 578px) {
  section.offers-contact-v2 .left .phone {
    font-size: 20px;
  }
}
section.offers-contact-v2 .right {
  width: 50%;
}
@media (max-width: 992px) {
  section.offers-contact-v2 .right {
    width: 100%;
  }
}
section.offers-contact-v2 .right .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 50px auto;
  max-width: 700px;
}
section.offers-contact-v2 .right .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.offers-contact-v2 .right .agent span {
  color: #010101;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  color: #010101;
  background: #FFAB23;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: background 0.3s ease;
}
section.offers-contact-v2 .right .agent span:hover {
  color: #010101;
  background: #E69005;
}
@media (max-width: 578px) {
  section.offers-contact-v2 .right .agent span {
    font-size: 12px;
  }
}

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