.estateListItem .cena {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--colorSecondary);
}

.estateListItem .cena .cena_sleva {
  color: var(--colorPricingSale);
  font-size: .875rem;
  font-weight: normal;
  margin-left: 15px;
}

.estateBroker {
  border: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

@media (max-width: 75rem) {
  .estateBroker {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 55rem) {
  .estateBroker {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 30rem) {
  .estateBroker {
    grid-template-columns: 1fr;
  }
}

.estateBroker h2 {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.estateBroker h3 {
  margin-bottom: 1rem;
}

.estateBroker-text {
  align-self: center;
  padding: 1.5rem;
}

.estateBroker-contact {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  text-decoration: none;
  margin-bottom: 1rem;
  color: var(--colorText);
  line-height: 1.25;
}

.estateBroker-contact:hover strong, .estateBroker-contact:focus strong {
  color: var(--colorSecondary);
}

.estateBroker-contact strong {
  display: block;
  color: var(--colorPrimary);
  transition: .25s;
}

.estateBroker-contact svg {
  color: var(--colorPrimary);
}

.estateBroker-link {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: .875rem;
  white-space: nowrap;
  color: var(--colorSecondary);
  cursor: pointer;
}

.estateBroker-link:hover {
  text-decoration: underline;
}

.estateBroker-link svg {
  position: relative;
  top: -2px;
  margin-left: 0.5rem;
}

.estateBroker-image {
  align-self: flex-end;
}

.estateBroker-image figure {
  aspect-ratio: 1/1;
}

.estateBroker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.estateDetail-top {
  background: var(--colorShadeBg);
  padding: 2.5rem 0;
}

@media (max-width: 48rem) {
  .estateDetail-top {
    padding: 1.5rem 0;
  }
}

.estateDetail-top h1 {
  padding-bottom: 0;
  grid-area: title;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
}

.estateDetail-top .obalStred {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: .5rem 1rem;
  grid-template-areas: 'title title' 'locality locality' 'price button';
  margin-top: 2.5rem;
}

@media (max-width: 35rem) {
  .estateDetail-top .obalStred {
    grid-template-columns: 1fr;
    grid-gap: .5rem 1rem;
    grid-template-areas: 'title' 'locality' 'price' 'button';
  }
}

.estateDetail-showMap {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  margin-left: 1rem;
  font-size: .875rem;
  white-space: nowrap;
}

.estateDetail-showMap:hover, .estateDetail-showMap:focus {
  text-decoration: underline;
}

.estateDetail-showMap svg {
  position: relative;
  margin-left: .25rem;
  top: -2px !important;
}

.estateDetail-locality {
  grid-area: locality;
  margin-top: .5rem;
}

.estateDetail-locality svg {
  position: relative;
  top: 3px;
  margin-right: .5rem;
}

.estateDetail-price {
  grid-area: price;
  display: flex;
  flex-flow: column;
  justify-self: flex-start;
  align-self: center;
}

@media (max-width: 35rem) {
  .estateDetail-price {
    margin: 1rem 0;
  }
}

.estateDetail .ButtonBase {
  grid-area: button;
  align-self: center;
  padding: 19px 10px;
  margin-left: auto;
}

@media (max-width: 87rem) {
  .estateDetail .ButtonBase {
    justify-self: flex-end;
  }
}

@media (max-width: 35rem) {
  .estateDetail .ButtonBase {
    justify-self: unset;
    margin-left: 0;
  }
}

.estateDetail-main {
  padding: 3rem 0;
}

@media (max-width: 48rem) {
  .estateDetail-main {
    padding: 1.5rem 0;
  }
}

.estateDetail-main .obalStred {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 6rem;
}

@media (max-width: 100rem) {
  .estateDetail-main .obalStred {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}

@media (max-width: 75rem) {
  .estateDetail-main .obalStred {
    grid-template-columns: 3fr 2fr;
  }
}

@media (max-width: 55rem) {
  .estateDetail-main .obalStred {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}

.estateDetail-description {
  line-height: 2;
  margin-bottom: 2rem;
}

@media (max-width: 64rem) {
  .estateDetail-description {
    font-size: .875rem;
  }
}

.estateDetail-bottom {
  padding-bottom: 3rem;
}

.estateDetail-mainParam {
  display: flex;
  grid-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  line-height: 1.25;
}

@media (max-width: 64rem) {
  .estateDetail-mainParam {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.estateDetail-mainParamItem {
  border: 1px solid #EEEEEE;
  padding: .5rem .85rem;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  font-size: .875rem;
}

@media (max-width: 75rem) {
  .estateDetail-mainParamItem {
    font-size: .75rem;
  }
}

@media (max-width: 64rem) {
  .estateDetail-mainParamItem {
    flex-flow: column;
    padding: 1rem;
    text-align: center;
  }
}

.estateDetail-mainParamItem span {
  display: block;
  font-weight: bold;
  font-size: 1.15rem;
}

@media (max-width: 75rem) {
  .estateDetail-mainParamItem span {
    font-size: .875rem;
  }
}

.estateDetail-mainParamItem svg {
  color: var(--colorPrimary);
}

@media (max-width: 75rem) {
  .estateDetail-mainParamItem svg {
    width: 2rem;
    height: auto;
  }
}

.estateDetail-mainParamItem .penb-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 75rem) {
  .estateDetail-mainParamItem .penb-icon svg {
    width: 2rem;
    height: auto;
  }
}

.estateDetail-mainParamItem .penb-icon[data-penb-value="A"] svg path {
  fill: #009440;
}

.estateDetail-mainParamItem .penb-icon[data-penb-value="B"] svg path {
  fill: #53b135;
}

.estateDetail-mainParamItem .penb-icon[data-penb-value="C"] svg path {
  fill: #b0ce29;
}

.estateDetail-mainParamItem .penb-icon[data-penb-value="D"] svg path {
  fill: #fef234;
}

.estateDetail-mainParamItem .penb-icon[data-penb-value="E"] svg path {
  fill: #fdc12f;
}

.estateDetail-mainParamItem .penb-icon[data-penb-value="F"] svg path {
  fill: #fa8521;
}

.estateDetail-mainParamItem .penb-icon[data-penb-value="G"] svg path {
  fill: #f00e15;
}

.estateDetail-mainParamItem .penb-icon span {
  position: absolute;
  color: #fff;
  top: 4px;
  left: 13px;
}

.estateParams {
  position: relative;
  box-sizing: border-box;
}

.estateParams .row {
  box-sizing: border-box;
  display: flex;
  padding: .5em 0;
}

@media (max-width: 64rem) {
  .estateParams .row {
    font-size: .875rem;
    padding: .25em 0;
  }
}

.estateParams .row span:first-of-type {
  width: 54%;
  min-width: 54%;
  padding-right: 10px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .estateParams .row span:first-of-type {
    padding: 0;
  }
}

@media (max-width: 55rem) {
  .estateParams .row span:last-of-type {
    text-align: right;
    width: 46%;
  }
}

.pribuzne {
  display: grid;
  grid-template-areas: 'title button' 'content content';
  grid-gap: 3rem;
  padding: 3rem 0;
}

@media (max-width: 75rem) {
  .pribuzne {
    grid-template-areas: 'title' 'content' 'button';
    grid-gap: 1.5rem;
  }
}

.pribuzne-title {
  grid-area: title;
  padding-bottom: 0;
  align-self: center;
}

.pribuzne-inner {
  grid-area: content;
}

.pribuzne .ButtonBase {
  grid-area: button;
  justify-self: flex-end;
}

@media (max-width: 75rem) {
  .pribuzne .ButtonBase {
    justify-self: center;
    margin-top: 1rem;
  }
}

@media (max-width: 30rem) {
  .pribuzne .ButtonBase {
    width: 100%;
  }
}

@media (max-width: 94rem) {
  .pribuzne .estateListItem:nth-of-type(4) {
    display: none;
  }
}

@media (max-width: 75rem) {
  .pribuzne .estateListItem:nth-of-type(3) {
    display: none;
  }
}

.detail-multimedia {
  margin-bottom: 1rem;
  display: grid;
  grid-gap: 1rem;
}

.detail-multimedia iframe {
  width: 100%;
  height: 22rem;
  border: 0;
  vertical-align: middle;
}

@media (max-width: 1800px) {
  .detail-multimedia iframe {
    height: 19vw;
  }
}

@media (max-width: 100rem) {
  .detail-multimedia iframe {
    height: 26vw;
  }
}

@media (max-width: 75rem) {
  .detail-multimedia iframe {
    height: 19vw;
  }
}

@media (max-width: 55rem) {
  .detail-multimedia iframe {
    height: 50vw;
  }
}

.detail-multimedia video {
  width: 100%;
  border: 0;
  vertical-align: middle;
}

.estateForm {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  padding: 2rem;
  overflow: auto;
  transition: .25s;
  opacity: 0;
  visibility: hidden;
}

.estateForm.is-active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 48rem) {
  .estateForm {
    padding: 1rem;
  }
}

.estateForm h2 {
  margin-bottom: .5em;
}

.estateForm-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
  cursor: pointer;
}

.estateForm-close:hover {
  color: var(--colorPrimary);
}

.estateForm-close svg {
  width: 20px;
  height: 20px;
  transition: .25s;
}

.estateForm-inner {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 2rem;
  max-width: 68rem;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 48rem) {
  .estateForm-inner {
    padding: 2rem 1rem;
  }
}

.estateForm-inner .form-group {
  margin-left: 0;
  margin-right: 0;
}

.estateForm-inner .col-md-12 {
  padding: 0;
}

.estateDetail {
  position: relative;
  z-index: 1;
  clear: both;
}

.estateDetail:before, .estateDetail:after {
  content: " ";
  display: table;
}

.estateDetail:after {
  clear: both;
}

.estateDetail .obalStred {
  max-width: 1200px;
  grid-template-columns: 2fr 1fr;
}

@media (max-width: 1830px) {
  .estateDetail .obalStred {
    padding: 0 15px;
  }
}

@media (max-width: 55rem) {
  .estateDetail .obalStred {
    grid-template-columns: 1fr;
  }
}

.detail-basic-info {
  width: 100%;
  border-bottom: 5px solid var(--colorSecondary);
  padding: 27px 0;
}

.detail-basic-info-left {
  float: left;
  margin-top: 10px;
  width: 300px;
}

@media (max-width: 1023px) {
  .detail-basic-info-left {
    width: auto;
  }
}

@media (max-width: 500px) {
  .detail-basic-info-left {
    float: none;
    display: block;
    text-align: center;
  }
}

.detail-basic-info-right {
  float: right;
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1100px) {
  .detail-basic-info-right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .detail-basic-info-right {
    float: none;
    display: block;
    text-align: center;
  }
}

.detail-price-info-value {
  color: var(--colorSecondary);
  padding-bottom: 0;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}

.detail-price-info-text {
  text-align: left;
  font-size: 1.125rem;
}

.detail-buttons {
  text-align: right;
}

@media (max-width: 500px) {
  .detail-buttons {
    text-align: center;
  }
}

.detail-map-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--colorSecondary);
  margin-right: 33px;
  text-decoration: none;
}

.detail-map-link:hover {
  color: hsl(var(--colorSecondary-h), calc(var(--colorSecondary-s) * 1%), calc(var(--colorSecondary-l) * 1.4 * 1%));
}

.detail-map-link:hover span:not(.icon) {
  border-color: transparent;
}

.detail-map-link span:not(.icon) {
  border-bottom: 1px solid var(--colorSecondary);
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .detail-map-link {
    display: none;
  }
}

.detail-map-link .icon {
  display: inline-block;
  transition: all 0.2s linear;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.detail-button-interested {
  padding: 15px 62px;
}

@media (max-width: 500px) {
  .detail-button-interested {
    padding: 15px 20px;
    width: 100%;
  }
}

.detail-description {
  padding: 50px 0;
  width: 100%;
}

.detail-paragraph {
  font-size: 16px;
  color: #000;
  float: right;
  width: calc(100% - 300px);
  line-height: 29px;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 1023px) {
  .detail-paragraph {
    width: auto;
  }
}

.detail-map {
  position: relative;
}

.detail-map .rozostreniText {
  margin: 0 0 25px;
  padding: 0 15px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .detail-map .rozostreniText {
    font-size: 16px;
  }
}

.detail-map .navigovat {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  z-index: 10;
}

.detail-map .navigovat .icon {
  margin: 0 10px 0 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  background: url("../../../../images/icons/location-arrow.svg");
}

.mapaIn {
  height: 430px;
}

@media (max-width: 64rem) {
  .mapaIn {
    height: 45vw;
    min-height: 300px;
  }
}

.detail-contacts {
  padding: 110px 0;
}

@media (max-width: 767px) {
  .detail-contacts {
    padding: 50px 0;
  }
}

.detail-contacts .obalStred {
  display: flex;
  flex-wrap: wrap;
}

.detail-contacts h2 {
  font-family: var(--font-secondary);
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0;
}

@media (max-width: 850px) {
  .detail-contacts h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.detail-contacts .estateBroker, .detail-contacts .estateForm {
  width: 50%;
}

@media (max-width: 767px) {
  .detail-contacts .estateBroker, .detail-contacts .estateForm {
    width: 100%;
  }
}

.detail-contacts .estateBroker {
  background: hsla(var(--colorSecondary-h), calc(var(--colorSecondary-s) * 1%), calc(var(--colorSecondary-l) * 1%), 0.95);
  padding: 55px;
}

@media (max-width: 980px) {
  .detail-contacts .estateBroker {
    padding: 55px 20px;
  }
}

@media (max-width: 767px) {
  .detail-contacts .estateBroker {
    margin: 0 0 50px;
  }
}

.detail-contacts .estateBroker-title {
  margin-bottom: 21px;
}

.detail-contacts .estateBroker-subtitle {
  letter-spacing: 2px;
}

.detail-contacts .estateBroker .contact-holder {
  flex-direction: column;
}

.detail-contacts .estateBroker .maklerFoto {
  margin: 45px 0 41px;
}

.detail-contacts .estateBroker .maklerFoto img {
  border: 0;
}

.detail-contacts .estateBroker .contact .name {
  font-family: var(--font-secondary);
  font-size: 22px;
  margin: 0 0 22px;
  letter-spacing: 4px;
  font-weight: bold;
}

.detail-contacts .estateBroker .contact a {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 2px;
  text-decoration: none;
}

.detail-contacts .estateBroker .contact a:hover, .detail-contacts .estateBroker .contact a:focus {
  text-decoration: underline;
}

.detail-contacts .estateBroker .contact i {
  display: none;
}

.detail-contacts .estateForm {
  padding-left: 100px;
}

@media (max-width: 980px) {
  .detail-contacts .estateForm {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .detail-contacts .estateForm {
    padding-left: 0;
  }
}

.detail-contacts .estateForm h2 {
  margin-bottom: 40px;
}

.detail-contacts .estateForm .responsive-form .form-group .col-md-12 {
  padding: 0;
}

.detail-contacts .estateForm .responsive-form .form-group .text-right {
  text-align: left;
}

.detail-parameters {
  padding: 100px 0 50px;
  background: #fff;
  font-weight: 300;
}

.detail-parameters-box {
  float: right;
  width: calc(100% - 300px);
  padding-bottom: 50px;
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .detail-parameters-box {
    float: none;
    width: auto;
  }
}

.parameters-title {
  margin-bottom: 7px;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: var(--colorPrimary);
}

.parameters-title:not(:first-of-type) {
  margin-top: 59px;
}

.parameters-block {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .parameters-block {
    float: none;
    width: 100%;
  }
}

.parameters-row {
  display: block;
  padding: 6px 0;
  clear: both;
}

.parameters-row:before, .parameters-row:after {
  content: " ";
  display: table;
}

.parameters-row:after {
  clear: both;
}

.parameters-label {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

@media (max-width: 767px) {
  .parameters-label {
    width: 150px;
  }
}

.parameters-value {
  color: #514c4b;
  width: calc(100% - 200px);
  float: right;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .parameters-value {
    text-align: right;
    width: calc(100% - 150px);
  }
}

.parameters-value a {
  color: #514c4b;
}

.detail-photo-slider-wrapper {
  position: relative;
}

.detail-photo-slider-wrapper .swiper-button-prev,
.detail-photo-slider-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  color: var(--colorPrimary);
  border-radius: 50%;
  transition: .25s;
}

.detail-photo-slider-wrapper .swiper-button-prev:hover, .detail-photo-slider-wrapper .swiper-button-prev:focus,
.detail-photo-slider-wrapper .swiper-button-next:hover,
.detail-photo-slider-wrapper .swiper-button-next:focus {
  background: var(--colorPrimary);
  color: #fff;
}

.detail-photo-slider-wrapper .swiper-button-prev:after,
.detail-photo-slider-wrapper .swiper-button-next:after {
  content: none;
}

.detail-video-button {
  cursor: pointer;
  margin-top: 55px;
  display: inline-flex;
  align-items: center;
}

.detail-video-button .icon {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 12px;
}

.soubory li {
  line-height: 21px;
}

.soubory li:not(:last-child) {
  margin-bottom: 5px;
}

.soubory li a {
  color: var(--colorLinkText);
}

.soubory li a:hover {
  text-decoration: none;
}

.soubory li a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../../../images/file/unknow.svg") no-repeat;
  margin-right: 15px;
  vertical-align: middle;
}

.soubory li a[href$=".pdf"]:before {
  background: url("../../../../images/file/pdf.svg") no-repeat;
}

.soubory li a[href$=".doc"]:before, .soubory li a[href$=".docx"]:before {
  background: url("../../../../images/file/doc.svg") no-repeat;
}

.soubory li a[href$=".xls"]:before, .soubory li a[href$=".xlsx"]:before {
  background: url("../../../../images/file/xls.svg") no-repeat;
}

.soubory li a[href$=".gif"]:before, .soubory li a[href$=".bmp"]:before, .soubory li a[href$=".jpg"]:before, .soubory li a[href$=".png"]:before, .soubory li a[href$=".jpeg"]:before {
  background: url("../../../../images/file/jpg.svg") no-repeat;
}

.AukceDrazba {
  margin: var(--spaceLg) 0 3rem;
}

.AukceDrazba-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  border: 2px solid #dbdbdb;
}

@media (max-width: 48rem) {
  .AukceDrazba-content {
    grid-template-columns: 1fr;
  }
}

.AukceDrazba-subtitle {
  margin: 0 0 .8rem;
}

.AukceDrazba-text {
  padding: var(--spaceLg);
  background: #dbdbdb;
}

.AukceDrazba-date {
  font-size: 1.25rem;
}

.AukceDrazba-date + p {
  margin-top: var(--spaceSm);
}

.AukceDrazba-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  line-height: 2;
  margin-bottom: var(--spaceUnit);
}

.AukceDrazba-files {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--spaceMd);
}

@media (max-width: 48rem) {
  .AukceDrazba-files {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 40rem) {
  .AukceDrazba-files {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 31.25rem) {
  .AukceDrazba-files {
    grid-template-columns: repeat(2, 1fr);
  }
}

.AukceDrazba-files svg {
  margin-bottom: var(--spaceSm);
}

.AukceDrazba-files a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--spaceSm) var(--spaceXs);
  color: var(--textColor);
  background: #efefef;
  transition: .2s;
  text-decoration: none;
  text-align: center;
}

.AukceDrazba-files a:hover {
  background: #fff;
}

.AukceDrazba-form {
  padding: var(--spaceLg);
}

.AukceDrazba-form.unvisible .AukceDrazba-formContent {
  padding: var(--spaceSm);
}

.AukceDrazba-form.unvisible .AukceDrazba-alert {
  display: flex;
}

.AukceDrazba-formContent {
  position: relative;
}

.AukceDrazba-form .responsive-form {
  border: 0;
  padding: 0;
  margin: 0 -15px;
}

.AukceDrazba-form .gdpr-link .col-md-12 {
  padding: 0;
}

@media (min-width: 769px) {
  .AukceDrazba-form .gdpr-link .gdpr-informacni-povinnost {
    margin-bottom: 0;
  }
}

.AukceDrazba-form button {
  bottom: 0 !important;
}

.AukceDrazba-alert {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.AukceDrazba-alertContent {
  width: 90%;
  padding: var(--spaceMd);
  background: #fff;
}

.AukceDrazba-alert .alert {
  margin-bottom: 0;
}

.estateDetail-buttons {
  position: absolute;
  white-space: nowrap;
  right: 23px;
  top: -50px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}

@media (max-width: 980px) {
  .estateDetail-buttons {
    display: none;
  }
}

.estateDetail-buttons a {
  cursor: pointer;
  color: var(--colorSecondary);
  text-decoration: none;
  display: inline-block;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.estateDetail-buttons a svg {
  fill: var(--colorSecondary);
  position: relative;
  left: -2px;
}

.estateDetail-buttons a .icon {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.estateDetail-buttons a .icon.download {
  background: url("../../../../images/icons/print.svg");
}

.estateDetail-buttons a:hover {
  text-decoration: underline;
}

.estateDetail-buttons .soc-buttons_container a.soc-button {
  background: none;
  color: var(--colorSecondary);
  width: auto;
  height: auto;
}

.estateDetail-buttons .soc-buttons_container a.soc-button svg {
  fill: var(--colorSecondary);
  height: 21px;
}

.estateDetail-buttons .soc-buttons_container a.soc-button:hover {
  text-decoration: underline;
  background: none;
}

.archivni-vlajka {
  box-shadow: 3px 5px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  position: absolute;
  top: 48px;
  right: -56px;
  background-color: #b22020;
  color: #fff;
  padding: 4px 0;
  width: 240px;
  text-align: center;
  z-index: 10;
  font-size: 20px;
  transform: rotate(45deg);
}

.archivni-form {
  background-color: #b22020;
  color: #fffefe;
  text-align: center;
  border: 2px solid #b67373;
  margin-bottom: 5px;
  padding: 15px;
}

.stitkyOusko {
  background: url("../../../../images/energeticky_stitek_left.png") no-repeat;
  position: absolute;
  z-index: 10;
  width: 74px;
  height: 111px;
  left: -74px;
  top: 124px;
  cursor: help;
}

.stitkyOusko:hover .stitek {
  opacity: 1;
  display: block;
}

.stitkyOusko p {
  margin: 0;
}

.stitkyOusko .stitek {
  width: 212px;
  height: 106px;
  transition: opacity .3s ease-in-out;
  padding: 7px 10px 0 40px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: -195px;
  opacity: 0;
  display: none;
}

.stitkyOusko .stitek strong {
  font-size: 13px;
}

.stitkyOusko .stitek.s1 {
  background: url("../../../../images/stitkyA.png") no-repeat center;
}

.stitkyOusko .stitek.s2 {
  background: url("../../../../images/stitkyB.png") no-repeat center;
}

.stitkyOusko .stitek.s3 {
  background: url("../../../../images/stitkyC.png") no-repeat center;
}

.stitkyOusko .stitek.s4 {
  background: url("../../../../images/stitkyD.png") no-repeat center;
  color: #000;
}

.stitkyOusko .stitek.s5 {
  background: url("../../../../images/stitkyE.png") no-repeat center;
  color: #000;
}

.stitkyOusko .stitek.s6 {
  background: url("../../../../images/stitkyF.png") no-repeat center;
}

.stitkyOusko .stitek.s7 {
  background: url("../../../../images/stitkyG.png") no-repeat center;
}

.stitkyOusko .stitek a {
  color: #000;
}

.vlajka {
  width: 113px;
  height: 113px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.vlajka.no1 {
  background: url("../../../../images/vlajka_sleva.png") no-repeat;
}

.vlajka.no2 {
  background: url("../../../../images/vlajka_sleva_rezervace.png") no-repeat;
}

.vlajka.no3 {
  background: url("../../../../images/vlajka_rezervace.png") no-repeat;
}

.vlajka.no4 {
  background: url("../../../../images/vlajka_prodej.png") no-repeat;
}

.vlajka.no5 {
  background: url("../../../../images/vlajka_pronajem.png") no-repeat;
}

[data-tabs] {
  clear: both;
  background: var(--colorSecondary);
  list-style: none;
}

[data-tabs]:before, [data-tabs]:after {
  content: " ";
  display: table;
}

[data-tabs]:after {
  clear: both;
}

[data-tabs] li {
  float: left;
}

@media (max-width: 480px) {
  [data-tabs] li {
    width: 100%;
  }
}

[data-tabs] li a {
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: block;
  color: #fff;
}

[data-tabs] li a:hover {
  background: var(--colorPrimary);
}

[data-tabs] li a[aria-selected="true"] {
  color: var(--colorPrimary);
  background: #fff;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 480px) {
  [data-tabs] li a {
    background: var(--colorSecondary);
    color: #fff;
  }
}

.estateList-obal {
  background: transparent;
}

.estateList .estates {
  padding-top: 20px;
}

.estateListItem .estateListItem-foto {
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .estateListItem .estateListItem-foto {
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
    height: auto;
  }
}

.estateListItem .estateListItem-foto img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.estateListItem .estateListItem-foto .zoom {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  transition: opacity .3s ease-in-out;
  background: url("../../../../images/icon_zoom.png");
  text-indent: -9999px;
  opacity: 0;
}

.estateListItem .estateListItem-foto:hover .zoom {
  opacity: 1;
}

.estateListItem .estateListItem-foto:hover .owl-buttons {
  opacity: 1;
}

.estateListItem .estateListItem-foto .owl-wrapper {
  position: relative;
}

.estateListItem .estateListItem-foto .owl-wrapper-outer {
  overflow: hidden;
}

.estateListItem .estateListItem-foto .owl-item {
  display: inline-block;
  position: relative;
  cursor: grab;
}

.estateListItem .estateListItem-foto .owl-item:active, .estateListItem .estateListItem-foto .owl-item:focus {
  cursor: grabbing;
}

.estateListItem .estateListItem-foto .owl-item.loading {
  min-height: 150px;
  background: url("../../../../images/throbber.gif") no-repeat center;
}

.estateListItem .estateListItem-foto .owl-buttons {
  opacity: 0;
}

.estateListItem .estateListItem-foto .owl-prev, .estateListItem .estateListItem-foto .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  font-size: 35px;
}

.estateListItem .estateListItem-foto .owl-prev:hover, .estateListItem .estateListItem-foto .owl-next:hover {
  color: var(--colorText);
}

.estateListItem .estateListItem-foto .owl-prev {
  left: 10px;
}

.estateListItem .estateListItem-foto .owl-prev:before {
  content: "\f104";
  font-weight: 900;
}

.estateListItem .estateListItem-foto .owl-next {
  right: 10px;
}

.estateListItem .estateListItem-foto .owl-next:before {
  content: "\f105";
  font-weight: 900;
}

.estateListItem .estateListItem-foto:hover .swiper-button-prev, .estateListItem .estateListItem-foto:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.estateListItem .estateListItem-foto:hover .swiper-button-disabled {
  opacity: 0.35 !important;
}

.estateListItem .estateListItem-foto .swiper-button-prev, .estateListItem .estateListItem-foto .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.estateListItem .estateListItem-foto .swiper-button-prev:after, .estateListItem .estateListItem-foto .swiper-button-next:after {
  font-size: 30px;
}

.estateListItem .headlines-link {
  padding: 0;
  margin: 15px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .estateListItem .headlines-link {
    height: auto;
    margin: 15px;
    overflow: auto;
  }
}

.estateListItem .porovnani {
  padding: 0 20px;
  margin-right: -4px;
  line-height: 45px;
}

.estateListItem .detail {
  line-height: 45px;
  padding: 0 20px;
  cursor: pointer;
}

.estateListItem:not(.cell) .estateListItem-foto {
  float: left;
  width: 210px;
  height: 155px;
  margin: 5px;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .estateListItem-foto {
    float: none;
    margin: 5px auto 0 auto;
  }
}

@media (max-width: 480px) {
  .estateListItem:not(.cell) .estateListItem-foto {
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 0;
  }
}

.estateListItem:not(.cell) .estateText {
  float: right;
  width: calc(100% - 210px - 20px);
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .estateText {
    float: none;
    width: 100%;
  }
}

.estateListItem:not(.cell) .summary {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .summary {
    padding: 0 15px;
  }
}

.estateListItem:not(.cell) .row {
  margin: 0 0 0 -15px;
  position: relative;
  clear: both;
}

.estateListItem:not(.cell) .row:before, .estateListItem:not(.cell) .row:after {
  content: " ";
  display: table;
}

.estateListItem:not(.cell) .row:after {
  clear: both;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .row {
    margin: 0;
  }
}

.estateListItem:not(.cell) .row::before {
  content: '';
  position: absolute;
  left: 15px;
  right: 55px;
  height: 1px;
  top: 0;
  background: #e5e5e5;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .row::before {
    right: 0;
    left: 0;
  }
}

.estateListItem:not(.cell) .row b {
  color: var(--colorPrimary);
}

.estateListItem:not(.cell) .bottom {
  margin-top: 11px;
}

.estateListItem:not(.cell) .buttons {
  text-align: right;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .buttons {
    text-align: center;
  }
}

.detail-price-info-value {
  color: var(--colorPrimary);
}

/*# sourceMappingURL=detail.min.css.map */
