.body {
  background-color: #fff;
  font-family: Raleway, sans-serif;
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 97px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ka3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-new-offers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.heading-title {
  color: #282828;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

.content-wrapper.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offers-warpper {
  margin-top: 6%;
  margin-bottom: 6%;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preview-30-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.333%;
  margin-right: 1%;
  margin-bottom: 30px;
  margin-left: 1%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offer-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #282828;
  text-decoration: none;
  text-transform: none;
}

.offer-card:hover {
  box-shadow: 0 0 50px 0 rgba(228, 188, 127, 0.4);
}

.image-offer {
  display: none;
  overflow: hidden;
  height: 240px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.info-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #282828;
  text-decoration: none;
}

.heading-offer-promo {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #282828;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.heading-2 {
  color: #e4bc7f;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  color: #282828;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid rgba(228, 188, 127, 0.3);
}

.div-block.horizontal {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-offer-info {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-offer-info.small-letters {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

.heading-offer-info.listing {
  margin-left: 0px;
  line-height: 15px;
  text-align: left;
}

.heading-offer-info.details {
  margin-left: 0px;
  font-size: 14px;
}

.div-block-2 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2.horizontal {
  margin-right: 40px;
  margin-left: 40px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-info-bold {
  font-weight: 700;
  text-transform: none;
}

.button {
  display: none;
  padding: 15px 30px;
  background-color: #e4bc7f;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 20px;
  line-height: 26px;
}

.button:hover {
  box-shadow: 0 0 31px 6px rgba(224, 185, 124, 0.57);
}

.text-span-2 {
  color: #e4bc7f;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6%;
  padding-bottom: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.categories {
  min-height: 600px;
  padding: 6% 4%;
  background-image: url('../images/mapka.jpg');
  background-position: 115% 0%;
  background-size: auto 800px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.categories.contact {
  height: 70vh;
}

.section.darker {
  background-color: #eaeaea;
}

.div-block-5 {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.container {
  position: static;
  max-width: 1600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-phone-call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  text-decoration: none;
}

.text-block-new {
  padding-left: 5px;
  color: #747474;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}

.brand-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-style {
  margin-right: 2px;
  margin-left: 2px;
  padding: 12px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
}

.nav-link-style:hover {
  color: #e4bc7f;
}

.nav-link-style.w--current {
  color: #282828;
  font-weight: 600;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: right;
}

.nav-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.logo-pioma {
  height: 40px;
}

.logo-text {
  height: 14px;
  margin-top: 6px;
}

.tags-container {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  margin-top: 20px;
  margin-right: 10px;
}

.tags-container.absolute {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 19;
  width: auto;
  height: auto;
  margin-top: 10px;
  padding: 6px;
}

.tag {
  color: #fff;
  font-size: 8px;
  line-height: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.preview-slider {
  overflow: hidden;
  height: 230px;
  background-color: #fff;
  background-image: url('../images/napis-logo.png');
  background-position: 50% 50%;
  background-size: 180px;
  background-repeat: no-repeat;
}

.preview-slide {
  position: static;
  overflow: hidden;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  display: none;
}

.mini-slide-arrow-left {
  z-index: 15;
  width: 40px;
  font-size: 21px;
  line-height: 30px;
}

.icon {
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.mini-slide-arrow-right {
  z-index: 15;
  width: 40px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 21px;
  line-height: 30px;
}

.text-info-light {
  text-transform: none;
}

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.template-feature {
  position: relative;
  width: 25%;
  max-width: 235px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-decoration: none;
}

.text-block-2 {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
}

.image-feature {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.image-feature:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.footer {
  overflow: hidden;
  padding: 60px 5% 20px;
  background-color: #e4bc7f;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-column-large {
  width: 50%;
  max-width: 1170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-logo-footer {
  width: 120px;
  height: 34px;
  margin-bottom: 20px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.block-footer {
  padding-right: 12px;
}

.footer-title {
  margin-bottom: 22px;
  font-size: 16px;
  text-align: left;
}

.link-footer {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: opacity 200ms ease, padding 200ms ease;
  transition: opacity 200ms ease, padding 200ms ease;
  color: #f3f3f3;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.link-footer:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.div-block-6 {
  margin-top: 40px;
}

.text-block-black {
  font-weight: 500;
  text-transform: none;
}

.text-block-black._1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-black.footer-text {
  color: #fff;
  text-align: left;
}

.text-block-black.footer-text.address {
  margin-bottom: 20px;
}

.text-span-3 {
  font-weight: 700;
}

.div-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-text {
  color: #282828;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.hero-listing {
  position: relative;
  overflow: hidden;
  height: 620px;
  padding-top: 98px;
}

.listing-slider {
  height: 100%;
}

.click-to-enlarge {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 8px;
  background-color: #f3f3f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
}

.enlarge-icon {
  max-height: 14px;
  margin-right: 7px;
}

.text-block-4 {
  letter-spacing: 0.04em;
}

.mask {
  background-color: #fff;
  background-image: url('../images/napis-logo.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
}

.lightbox-photo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
}

.lightbox-photo.listing {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  display: none;
}

.slide-arrow {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrow:hover {
  opacity: 1;
}

.content-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: none;
}

.listing-left {
  margin-right: 4%;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.lisiting-right {
  width: 30%;
}

.heading-4 {
  margin-top: 0px;
  text-align: left;
}

.text-block-5 {
  text-align: left;
}

.text-block-6 {
  margin-bottom: 10px;
  color: #e4bc7f;
  text-align: left;
  text-transform: uppercase;
}

.div-block-7 {
  width: 100%;
  height: 2px;
  max-width: 200px;
  margin-top: 10px;
  background-color: #e4bc7f;
}

.div-block-8 {
  margin-top: 40px;
}

.heading-5 {
  margin-top: 0px;
}

.rich-text-block {
  font-weight: 500;
  letter-spacing: 0em;
}

.lisiting-box {
  position: relative;
}

.lisiting-box.contact {
  margin-top: 15px;
}

.left-padding {
  position: relative;
  margin-top: 0px;
  padding: 15px;
  border: 2px solid #e4bc7f;
  text-align: left;
}

.heading-listing-right {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.text-listing-info-big {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

.text-listing-info-big.info {
  margin-bottom: auto;
  margin-left: 8px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-listing-info {
  margin-top: 15px;
}

.link {
  margin-bottom: 5px;
  color: #e4bc7f;
  text-decoration: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 0px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0em;
}

.paragraph.white {
  color: #fff;
  text-transform: none;
}

.text-details-info.note {
  margin-left: 5px;
}

.columns {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.the-end {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  position: absolute;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background-color: #cbd2de;
}

.final-logo {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.final-logo.darker {
  background-color: #eaeaea;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 250px;
  margin-top: 99px;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AdobeStock_226165184.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 40, 40, 0)), color-stop(42%, rgba(40, 40, 40, 0.47)), color-stop(54%, rgba(35, 35, 35, 0.41)), to(transparent));
  background-image: linear-gradient(0deg, rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.47) 42%, rgba(35, 35, 35, 0.41) 54%, transparent);
}

.hero-header {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-header.white {
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 49px;
  text-transform: none;
}

.mini-title {
  color: #fff;
  font-size: 10px;
}

.underline {
  width: 100px;
  height: 3px;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #e4bc7f;
}

.tabs-content {
  border-top: 1px solid #e4bc7f;
}

.tab-link {
  min-width: 160px;
  margin-right: 10px;
  padding: 15px 20px;
  background-color: rgba(228, 188, 127, 0.5);
  text-align: center;
}

.tab-link.w--current {
  background-color: #e4bc7f;
  font-weight: 700;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-pane-tab-1 {
  margin-top: 20px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-sorting {
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cbd2de;
  background-color: transparent;
  color: #828282;
  letter-spacing: 0em;
  text-transform: none;
}

.tab-sorting.w--current {
  border-color: #282828;
  background-color: transparent;
  color: #282828;
  text-decoration: none;
}

.preview-100-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.preview-100-percent:hover {
  box-shadow: 0 0 11px 0 rgba(228, 188, 127, 0.4);
}

.preview-100-percent:active {
  box-shadow: 0 0 4px 0 rgba(228, 188, 127, 0.4);
}

.preview-slider-2 {
  overflow: hidden;
  width: 40%;
  height: 275px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-content-2 {
  margin-top: 20px;
}

.preview-link-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.preview-description-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #282828;
  text-decoration: none;
}

.tabs {
  margin-top: 20px;
}

.tab-pane-tab-1-2 {
  margin-top: 20px;
}

.tab-pane-tab-2 {
  margin-top: 20px;
}

html.w-mod-js *[data-ix="menu-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="logo-appear-2"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .section-hero {
    height: 400px;
    background-size: cover;
  }
  .section-new-offers {
    padding: 6% 20px;
  }
  .heading-offer-promo {
    font-size: 14px;
    line-height: 18px;
  }
  .heading-offer-info.small-letters {
    font-size: 12px;
    line-height: 16px;
  }
  .text-info-bold {
    font-size: 12px;
    line-height: 16px;
  }
  .section.categories {
    background-position: 0% 0%;
  }
  .section.categories.contact {
    background-position: 0% 50%;
    background-size: cover;
  }
  .section.darker {
    padding-right: 40px;
    padding-left: 40px;
  }
  .nav-link-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-phone-call {
    padding-right: 6px;
    padding-left: 6px;
  }
  .nav-link-style.w--current {
    color: #282828;
    font-weight: 600;
  }
  .nav-menu {
    background-color: #fff;
  }
  .nav-mail {
    padding-right: 6px;
    padding-left: 6px;
  }
  .preview-slider {
    height: 160px;
  }
  .text-info-light {
    font-size: 12px;
    line-height: 16px;
  }
  .text-block-2 {
    font-size: 14px;
    line-height: 16px;
  }
  .container-flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-column-large {
    width: 40%;
  }
  .link-logo-footer {
    margin-bottom: 0px;
  }
  .footer-title {
    font-size: 14px;
  }
  .link-footer {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .text-block-black.footer-text {
    font-size: 12px;
  }
  .text-block-black.footer-text.address {
    font-size: 12px;
  }
  .footer-column {
    width: 22%;
  }
  .legal-wrap {
    font-size: 12px;
  }
  .text-block-3 {
    font-size: 12px;
    line-height: 16px;
  }
  .lisiting-right {
    width: 35%;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-link {
    min-width: 120px;
  }
  .preview-100-percent {
    margin-right: 0%;
    margin-left: 0%;
  }
  .preview-slider-2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-hero {
    height: 300px;
    margin-top: 59px;
    background-size: cover;
  }
  .heading-title {
    font-size: 28px;
  }
  .preview-30-percent {
    width: 48%;
  }
  .info-offer {
    min-height: 190px;
  }
  .heading-offer-info.details {
    font-size: 12px;
  }
  .button {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .section.categories {
    height: auto;
    min-height: auto;
    background-position: 36% 0%;
    background-size: auto 700px;
    background-attachment: scroll;
  }
  .section.categories.contact {
    background-position: 100% 0%;
    background-size: contain;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-block {
    height: 60px;
  }
  .brand-div {
    height: 60px;
  }
  .left-nav-wrapper {
    display: none;
    height: 60px;
  }
  .logo-pioma {
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .logo-text {
    height: 11px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .tags-container.absolute.mobile {
    top: -7%;
  }
  .preview-slider {
    height: 200px;
  }
  .footer {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .footer-column-large {
    width: 100%;
  }
  .link-logo-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    margin-bottom: 10px;
  }
  .footer-title {
    margin-bottom: 12px;
  }
  .link-footer {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
  }
  .div-block-6 {
    margin-top: 20px;
  }
  .heading-3 {
    font-size: 14px;
    line-height: 18px;
  }
  .text-block-black.footer-text.address {
    margin-bottom: 10px;
  }
  .footer-column {
    width: 50%;
    margin-top: 20px;
  }
  .image {
    height: 20px;
  }
  .legal-text {
    font-size: 10px;
    line-height: 16px;
  }
  .hero-listing {
    padding-top: 60px;
  }
  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lisiting-right {
    width: 41%;
  }
  .heading-4 {
    font-size: 18px;
    line-height: 24px;
  }
  .text-block-5 {
    font-size: 12px;
    line-height: 16px;
  }
  .text-block-6 {
    font-size: 12px;
  }
  .div-block-8 {
    margin-top: 20px;
  }
  .div-block-8.details {
    margin-top: 20px;
  }
  .rich-text-block {
    font-size: 12px;
    line-height: 14px;
  }
  .heading-listing-right {
    font-size: 12px;
    line-height: 14px;
  }
  .text-listing-info-big {
    font-size: 18px;
    line-height: 22px;
  }
  .link {
    font-size: 12px;
    line-height: 16px;
  }
  .paragraph {
    font-size: 12px;
    line-height: 14px;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }
  .column-1 {
    padding-left: 0px;
  }
  .header-section {
    margin-top: 58px;
  }
  .hero-header.white {
    font-size: 32px;
    line-height: 36px;
  }
  .tab-sorting {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .section-hero {
    height: 200px;
    background-size: cover;
  }
  .section-new-offers {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-title {
    font-size: 18px;
    line-height: 22px;
  }
  .preview-30-percent {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .info-offer {
    min-height: 120px;
  }
  .heading-offer-promo {
    font-size: 12px;
    line-height: 16px;
  }
  .heading-2 {
    font-size: 10px;
    line-height: 14px;
  }
  .text-block {
    font-size: 10px;
    line-height: 14px;
  }
  .heading-offer-info.details {
    font-size: 10px;
    line-height: 14px;
  }
  .div-block-2.horizontal {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section.categories {
    background-position: 0% 100%;
    background-size: cover;
  }
  .section.categories.contact {
    background-position: 50% 50%;
    background-size: cover;
  }
  .section.darker {
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand-div {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .preview-slider {
    height: 200px;
  }
  .text-block-2 {
    font-size: 10px;
    line-height: 12px;
  }
  .footer {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .link-footer {
    padding-top: 6px;
  }
  .heading-3 {
    font-size: 14px;
  }
  .text-block-black.footer-text.address {
    margin-bottom: 10px;
  }
  .footer-column {
    width: 100%;
    margin-top: 20px;
  }
  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .flex-space {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .listing-left {
    width: 100%;
    margin-right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .lisiting-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .div-block-8 {
    margin-top: 20px;
  }
  .heading-5 {
    font-size: 14px;
    line-height: 20px;
  }
  .lisiting-box {
    padding-top: 0px;
  }
  .left-padding {
    margin-bottom: 15px;
  }
  .text-details-info {
    font-size: 12px;
    line-height: 14px;
  }
  .column-2 {
    line-height: 16px;
  }
  .the-end {
    margin-top: 30px;
  }
  .mini-title {
    font-size: 9px;
  }
  .tab-link {
    padding: 10px;
  }
  .tab-sorting {
    font-size: 10px;
    line-height: 14px;
  }
  .preview-slider-2 {
    height: 200px;
  }
  .preview-description-2 {
    min-height: 120px;
  }
}

