@charset "UTF-8";
#views-exposed-form-taxonomy-term-all #edit-sort-bef-combine--wrapper,
#block-term-filter #edit-sort-bef-combine,
.term-page .bef-exposed-form,
.new-term-page > .main-wrapper-row .bef-exposed-form {
  display: none;
}

.sort-box {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
  margin-bottom: 20px;
}

.sort-box .sort-label {
  padding: 5px 0 5px 5px;
  color: #555;
  font-style: normal;
  font-size: 15px;
}

.sort-box .sort-btn {
  cursor: pointer;
  float: right;
  margin: 0 0 0 10px;
  display: block;
  padding: 5px 10px;
  color: #257eba;
  font-weight: normal;
  font-size: 15px;
  border: 1px solid transparent;
}

.sort-box .sort-btn.active {
  border: 1px solid #fecf3d;
  border-radius: 5px;
  color: black;
  overflow: hidden;
}

#sort-price-min,
#sort-update {
  background-position: right -377px;
}

.sort-box .sort-btn:hover {
  color: #eeb000;
}

.sort-box .sort-btn i {
  display: none;
}

.current-sort {
  display: none;
}

/**/
.paragraph .new-term-page {
  margin-bottom: 40px;
}

.paragraph .new-term-page .image-wrapper ul {
  margin: 0 !important;
}

.new-term-page .main-wrapper-row {
  line-height: 22px;
  font-weight: 400;
}
.new-term-page .main-wrapper-row a {
  color: #285694 !important;
  text-decoration: none !important;
}
.new-term-page .main-wrapper-row a:hover {
  text-decoration: underline !important;
}

.new-term-page > .main-wrapper-row .views-row {
  box-shadow: -1px 1px 27px rgba(0, 0, 0, 0.22);
  border-radius: 11px;
  margin-bottom: 13px;
  padding: 12px;
  position: relative;
  background: white;
}

.new-term-page > .main-wrapper-row .wrapper-row {
  display: grid;
  position: relative;
  font-size: 14px;
  grid-template-columns: 300px 1fr;
  grid-gap: 20px;
}

@media (max-width: 900px) {
  .new-term-page > .main-wrapper-row .wrapper-row {
    grid-template-columns: 225px 1fr;
  }
}
.new-term-page > .main-wrapper-row .image-wrapper {
  margin-bottom: 9px;
  position: relative;
}
@media (min-width: 979px) {
  .new-term-page > .main-wrapper-row .image-wrapper {
    min-height: 192px;
  }
}

.new-term-page > .main-wrapper-row .slick--field-general-image:not(.slick--initialized) .slick__slide:not(.slide--0) {
  display: none;
}
.new-term-page > .main-wrapper-row .slick--field-general-image:not(.slick--initialized) .slick__arrow {
  display: none;
}

.new-term-page .image-wrapper li:not(:first-child):not(.slick-slide) {
  display: none;
}

.new-term-page > .main-wrapper-row .additional-info span {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid gray;
  border-radius: 11px;
  box-sizing: border-box;
  padding: 5px 7px 3px 7px;
  color: #175179;
}

.new-term-page > .main-wrapper-row .additional-info span i {
  color: #aeaeae;
}

.new-term-page > .main-wrapper-row .views-field-title {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 13px;
  padding-right: 36px;
}

.new-term-page > .main-wrapper-row .views-field-title a:hover {
  text-decoration: underline;
}

.new-term-page > .main-wrapper-row .wrapper-sides {
  display: flex;
  width: 100%;
}

.new-term-page > .main-wrapper-row .left-side-card {
  min-width: 245px;
  margin-right: 15px;
}

@media (max-width: 900px) {
  .new-term-page > .main-wrapper-row .left-side-card {
    min-width: 190px;
  }
}
.new-term-page > .main-wrapper-row .right-side-card {
  flex-grow: 1;
}

.new-term-page > .main-wrapper-row .price {
  font-weight: bold;
  color: #175179;
  font-size: 28px;
  border-radius: 11px;
  border: 2px solid #fecf3d;
  padding: 10px 5px 10px;
  min-height: 77px;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  line-height: normal;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}

.rent-period-term {
  display: block;
  font-size: 14px;
  color: gray;
  background: #f3f3f3;
  padding: 2px 0 4px;
  margin: 6px -4px -10px -4px;
  width: calc(100% + 8px);
  border-radius: 0 0 6px 6px;
}

@media (max-width: 560px) {
  .rent-period-term {
    background: none;
    padding: 0 0 0 5px;
    margin: 0 0 0 3px;
    width: auto;
    font-size: 17px;
    position: relative;
    top: 2px;
  }
  .rent-period-term:before {
    content: "/";
    margin: 0 7px 0 0;
  }
}
.new-term-page > .main-wrapper-row .left-info {
  margin-top: 12px;
  color: #175179;
}

.noprice {
  font-size: 19px;
}

.new-term-page > .main-wrapper-row .left-info > div {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.new-term-page > .main-wrapper-row .left-info > div:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 1px;
  background: #ddd;
  width: 100%;
}

.new-term-page > .main-wrapper-row .left-info span, .left-info .bold,
.left-info b {
  background: white;
  padding: 0 3px;
  position: relative;
  z-index: 2;
}

.last-info {
  display: flex;
}

.new-term-page > .main-wrapper-row .last-info .views-field-view-node {
  display: none;
}

.new-term-page > .main-wrapper-row .unique-info:empty {
  display: none !important;
}

.new-term-page > .main-wrapper-row .unique-info {
  display: flex;
  border-radius: 11px;
  border: 1px solid #c1c1c1;
  padding: 3px 0;
  margin-top: 10px;
}

.new-term-page > .main-wrapper-row .unique-info:empty {
  opacity: 0;
  padding: 0px;
}

.new-term-page > .main-wrapper-row .unique-info div {
  padding: 3px 10px;
  border-right: 1px solid #dadada;
}

.new-term-page > .main-wrapper-row .unique-info div i {
  color: #175179;
}

.new-term-page > .main-wrapper-row .unique-info div:last-child {
  border-right: 0;
}

.new-term-page > .main-wrapper-row .right-side-card ul {
  border-radius: 11px;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 23px;
  margin-top: 16px;
}

.new-term-page > .main-wrapper-row .right-side-card ul li {
  width: 50%;
  margin: 2px 0;
  position: relative;
  padding-left: 12px;
  padding-right: 5px;
}

.new-term-page > .main-wrapper-row .right-side-card ul li:before {
  position: absolute !important;
  left: 0px !important;
  top: 7px !important;
  content: "";
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #005abb;
  background: none !important;
  border-radius: 0 !important;
}

.new-term-page > .main-wrapper-row .flag-favorites {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0;
}

.new-term-page > .main-wrapper-row .flag-favorites i {
  font-size: 26px;
  color: #fecf3d;
}

.new-term-page > .main-wrapper-row .flag-favorites .ajax-progress-throbber {
  display: none !important;
}

@media (max-width: 400px) {
  .term-tree-list li {
    text-align: center !important;
    font-weight: bold !important;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .new-term-page > .main-wrapper-row .wrapper-sides {
    display: block;
  }
  .new-term-page > .main-wrapper-row .left-side-card {
    margin-right: 0;
  }
  .new-term-page > .main-wrapper-row .right-side-card,
  .last-info {
    width: calc(100% + 246px);
    margin-left: -246px;
  }
  .new-term-page > .main-wrapper-row .right-side-card ul li {
    width: 33.33%;
  }
}
@media (max-width: 560px) {
  .new-term-page > .main-wrapper-row .wrapper-row {
    display: block;
  }
  .new-term-page > .main-wrapper-row .image-wrapper {
    width: 100%;
    height: initial;
  }
  .new-term-page > .main-wrapper-row .image-wrapper li:not(:first-child) img {
    display: none;
  }
  .new-term-page > .main-wrapper-row .image-wrapper .slick-initialized li:not(:first-child) img {
    display: block;
  }
  .new-term-page > .main-wrapper-row .image-wrapper img {
    width: 100%;
    height: initial;
  }
  .new-term-page > .main-wrapper-row .flag-favorites {
    right: 20px;
    top: 20px;
  }
  .new-term-page > .main-wrapper-row .additional-info {
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 1;
  }
  .new-term-page > .main-wrapper-row .additional-info span {
    background: rgba(0, 0, 0, 0.5411764706);
    font-size: 12px;
    border-radius: 4px;
    color: white;
    border: 0;
  }
  .new-term-page > .main-wrapper-row .right-side-card, .last-info {
    width: 100%;
    margin-left: 0;
  }
  .new-term-page > .main-wrapper-row .right-side-card {
    display: none;
  }
  .new-term-page > .main-wrapper-row .last-info {
    display: block;
    margin-bottom: 0;
  }
  .new-term-page > .main-wrapper-row .unique-info {
    justify-content: center;
    margin-top: 13px;
  }
  .new-term-page > .main-wrapper-row .price {
    font-size: 23px;
    padding: 7px 5px;
    border-radius: 4px;
  }
  .new-term-page > .main-wrapper-row .views-field-title {
    font-size: 19px;
    margin-bottom: 8px;
    padding-right: 0;
  }
  .new-term-page > .main-wrapper-row .left-info {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .new-term-page > .main-wrapper-row .left-info > div {
    margin-bottom: 0;
  }
  .new-term-page > .main-wrapper-row .unique-info div {
    padding: 3px 10px 3px 25px;
    position: relative;
  }
  .new-term-page > .main-wrapper-row .unique-info div i {
    position: absolute;
    left: 7px;
    top: 7px;
  }
  .new-term-page > .main-wrapper-row .views-field-view-node {
    display: none !important;
  }
  .new-term-page > .main-wrapper-row .last-info {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .new-term-page > .main-wrapper-row .left-info > div:after {
    display: none;
  }
  .new-term-page > .main-wrapper-row .left-info > div {
    display: block;
    text-align: center;
  }
  .new-term-page > .main-wrapper-row .left-info {
    grid-gap: 3px;
  }
  .new-term-page > .main-wrapper-row .left-info span, .left-info .bold,
  .left-info b {
    display: block;
  }
}
.popupmap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 800;
  display: none;
}

.popupmap #map {
  display: inline;
  width: min(92vw, 800px);
  height: min(80vh, 600px);
  min-height: 300px;
}

div#mapwrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

@media (max-width: 600px) {
  .popupmap #map {
    min-height: 260px;
  }
}
.popupmap__shadow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2901960784);
  z-index: 10;
}

.popupmap__close {
  position: absolute;
  right: 0;
  top: 47px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: white;
  font-size: 33px;
  text-align: center;
  display: flex;
  align-items: center;
  opacity: 0.8;
}

@media (min-width: 1050px) {
  .popupmap__close {
    font-size: 39px;
    right: 6px;
    top: 10px;
  }
}
.popupmap__close:hover {
  opacity: 1;
}

.position-on-map {
  background: #e0f2ff !important;
  color: #175179 !important;
  border-color: #b1bfc8 !important;
  cursor: pointer;
}

.position-on-map i {
  color: #175179 !important;
}

.position-on-map:hover {
  background: #c5e6fe !important;
}

@media (max-width: 1050px) {
  .sort-box .sort-btn.active {
    border: 0;
  }
  .current-sort {
    display: block;
    background: none;
    width: 100%;
    max-width: 300px;
  }
  .sort-box .sort-label {
    display: none;
  }
  .sort-box.active {
    display: block;
    width: 300px;
    border: 1px solid #cdcdcd;
  }
  .sort-box {
    justify-content: start;
    padding: 0;
    max-width: 300px;
    position: absolute;
    left: 0;
    top: 28px;
    border: 1px solid #eeeeee;
    z-index: 999;
    display: none;
  }
  .sort-box-wrapper {
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  .sort-btn:last-child {
    border-bottom: 0;
  }
  .sort-box.active .sort-btn {
    display: block;
    border-bottom: 1px solid #eeeeee;
  }
  .sort-box .sort-btn {
    float: none;
    margin-left: 0;
    width: 100%;
    background: #fcfcfc;
    border-radius: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 999;
  }
  .current-sort:after {
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    font-size: 13px;
  }
  .current-sort {
    display: block;
    border-left: 1px solid transparent;
    border-top: 0px solid transparent;
    padding: 5px 10px;
    color: #257eba;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 0;
    border-bottom: 0 !important;
  }
  .lang-ru .current-sort:before,
  .lang-ru .sort-btn:before {
    content: "Сначала ";
  }
  .lang-en .current-sort:before,
  .lang-en .sort-btn:before {
    content: "First ";
  }
  .lang-pl .current-sort:before,
  .lang-pl .sort-btn:before {
    content: "Najpierw ";
  }
}
.object-text {
  display: block;
  padding: 20px;
  background: #fff4ca;
  border-radius: 10PX;
  margin: -29px 0 15px 0;
  box-shadow: -1px 1px 27px rgba(0, 0, 0, 0.22);
}

.paragraph--type--object-for-selection.paragraph {
  margin-bottom: 50px;
}

.object-file {
  display: inline-block;
  margin-top: 14px;
}
.object-file > div {
  margin: 5px;
  display: inline-block;
}
.object-file a {
  display: inline-block;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding-left: 60px;
  border: 1px solid #ddd;
  cursor: pointer;
  text-decoration: none !important;
}
.object-file a:hover {
  background: #e7f5ff;
  border-color: #b0deff;
}
.object-file a:before {
  background: url(../images/svg/download.svg) no-repeat left center;
  background-size: 30px 30px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  content: "";
  width: 30px;
  height: 30px;
}

.infrastructure-list-cat {
  border-radius: 11px;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 23px;
  margin-top: 16px;
}
.infrastructure-list-cat div {
  width: 50%;
  margin: 2px 0;
  position: relative;
  padding-left: 12px;
  padding-right: 5px;
}
.infrastructure-list-cat div:before {
  position: absolute !important;
  left: 0px !important;
  top: 7px !important;
  content: "";
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #005abb;
  background: none !important;
  border-radius: 0 !important;
}

.image-wrapper .slick-arrow:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
}

.image-wrapper .slick-arrow.slick-prev:before {
  content: "\f053";
}

.image-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 55;
  background: rgba(45, 45, 45, 0.8);
  transform: translate(0, -50%);
  color: white;
  font-size: 11px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  opacity: 1;
  right: 0;
  font-size: 0;
  border: 0;
}

.image-wrapper .slick-arrow.slick-prev {
  left: 0;
}

.image-wrapper .slick-arrow:hover {
  background: rgba(45, 45, 45, 0.9);
}

/*# sourceMappingURL=taxonomyrealty.css.map */
