@media print {
  .more-objects {
    display: none !important;
  }
}

.technopark {
    padding-bottom: 1rem;
}

.technopark__data * {
    font-family: "Roboto";
}

.clickable-item:hover .fc-gray {
    color: #3a3a3a !important;
}

.min-w-100 {
    min-width: 100%;
}

.min-h-4 {
    min-height: 4em;
}

.technopark-map-wrapper {
    height: 692px;
}

.dot {
    display: inline-block;
    vertical-align: middle;
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot--brown {
    background: #784307;
}

div#map-data-popup {
    border: solid 1px #e2e2e2;
}

div#map-data-popup {
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
    height: 100%;
    right: 0;
    padding: 0;
    transition: all 0.22s ease-out;
}

.ol-viewport {
  pointer-events: none;
}

.technopark__data {
    position: relative;
    left: auto;
    top: 0;
    right: 0;
    width: 460px;
    height: 100%;
    font-family: Roboto;
    padding: 30px 60px;
}

.technopark__data__full-width {
    margin: 0 -60px;
}

.technopark__data .close {
    position: absolute;
    top: 33px;
    right: 27px;
    z-index: 1;
}


/* technopark digest */

.technopark__item {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    max-width: 406px;
    transition: all 0.35s;
}

.technopark__item:hover .technopark__item__title {
    color: #ef0f33;
}

.technopark__item:hover {
    background-color: #f8f8f8;
    -moz-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.16);
}

.technopark__item__frame {
    transition: all 0.35s;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.technopark__item .technopark__item__frame {
    background: #d1d1d1;
    height: 240px;
}
.technopark__item__frame img {
    height: 100%;
    object-fit: cover;
}

.technopark__item__title {
    margin-bottom: 15px;
}

.technopark__item__frame {
    background: #fff;
}

.technopark__item .technopark__item__body {
    font-size: 14px;
    line-height: 1.29;
    color: #3a3a3a;
    position: relative;
    overflow: hidden;
    padding: 23px 26px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.technopark__item .technopark__item__image {
    position: relative;
    min-height: 100%;
    width: auto;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.35s;
}

.technopark__item__label {
    font-size: 12px;
    line-height: 1.2;
    display: inline-table;
    padding: 5px 12px 5px;
    color: #ababab;
    border: solid 1px #ababab;
    margin: 0 10px 10px 0;
}

.technopark__ckeckbox {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.technopark__ckeckbox input[type="checkbox"]~label~span {
    display: block;
    font-size: 0px;
    line-height: 0.0;
    padding: 0;
    max-width: 0%;
    color: transparent;
    border: 0px none;
    white-space: nowrap;
    transition: all 0.35s;
}

.technopark__ckeckbox input[type="checkbox"]~label {
    display: inline-block;
    position: absolute;
    right: -50%;
    top: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0.0;
    transition: all 0.35s;
}

.technopark__ckeckbox input[type="checkbox"]:checked~label {
    top: 0;
    right: 14px;
    width: 25px;
    height: 30px;
    opacity: 1.0;
}

.technopark__ckeckbox input[type="checkbox"]:checked~label~span {
    font-size: 14px;
    line-height: 1.29;
    color: #3a3a3a;
    padding: 5px 30px 5px 11px;
    border: solid 1px #e2e2e2;
    max-width: 100%;
    margin-right: 14px;
}

.technopark__ckeckbox input[type="checkbox"]~label:hover~span {
    border-color: #9c9c9c;
}

.technopark__ckeckbox input[type="checkbox"]~label:before,
.technopark__ckeckbox input[type="checkbox"]~label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 43%;
    height: 1px;
    border-top: 1px solid #3a3a3a;
    transition: all 0.35s;
}

.technopark__ckeckbox input[type="checkbox"]~label:hover:before,
.technopark__ckeckbox input[type="checkbox"]~label:hover:after {
    border-color: #ef0f33;
}

.technopark__ckeckbox input[type="checkbox"]~label:after {
    transform: rotate(+45deg) translate(-6px, 5px);
}

.technopark__ckeckbox input[type="checkbox"]~label:before {
    transform: rotate(-45deg) translate(-5px, -6px);
}

.technopark__thumbs {
    position: relative;
}

.technopark__image {
    display: flex;
    overflow: hidden;
}

.technopark__thumbs {
    display: flex;
    justify-content: flex-start;
}

.technopark__thumb.hide {
    height: 0;
    min-width: 100%;
}

.technopark__thumb {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-right: 10px;
}

.technopark__thumb,
.technopark__thumb img {
    transition: all 0.5s;
}

.technopark__thumb:hover:after {
    content: '';
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #707070;
}

.technopark__thumb:hover img {
    transform: scale(1.05, 1.05);
}

.technopark__thumb__shadow {
    position: relative;
    display: flex;
}

.technopark__thumb__shadow:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.35s;
}

.technopark__thumb__shadow:hover:after {
    background: rgba(0, 0, 0, 0.65);
}

.technopark__thumb__shadow span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -0.75em;
    text-align: center;
    z-index: 2;
}

.technopark__content ul {
    margin: 30px 0 36px;
    padding: 0;
    list-style: none;
}

.technopark__content ul li {
    position: relative;
    margin: 4px 0 4px;
    padding: 0 0 0 39px;
}

.technopark__content ul li:before {
    content: '';
    background: #e2e2e2;
    position: absolute;
    left: 7px;
    top: 0.5em;
    width: 7px;
    height: 7px;
}

.technopark__side__group {
    position: sticky;
    top: 150px;
}

.technopark__side__group__element {
    background: white;
    border: 2px solid #efefef;
    margin-bottom: 2rem;
}

.technopark__side {
    background: white;
    border: 2px solid #efefef;
    position: sticky;
    top: 150px;
    margin-bottom: 2rem;
}

.technopark__side__header {
    padding: 33px 40px 22px;
    border-bottom: 1px solid #e2e2e2;
}

.technopark__side__footer {
    padding: 15px 40px 28px;
}
.close-filter-mobile{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ababab;
}

.technopark__photos {
  display: flex;
  width: 100%;
}

.technopark__photo {
  margin-right: 10px;
}

.technopark__photo img {
  object-fit: cover;
  width: 164px;
  height: 164px;
}

.technopark__photo-is-last {
  position: relative;
}

.technopark__photo-is-hidden {
  display: none;
}

.technopark__photo-bg {
  background-color: #000000;
  opacity: .5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
}

.technopark__photo-caption {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.technopark__go-to-map {
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.technopark__item__frame img {
  min-height: 236px;
}

.technopark__go-to-map:hover {
  color: var(--color-red);
}

.special__wrapper .technopark__go-to-map {
  display: none !important;
}
.special__wrapper .technopark__item__frame {
  display: none !important;
}

.special__wrapper .technopark__item {
  border: 1px solid !important;
}

.special__wrapper .technopark__item .technopark__item__title {
  color: black;
} 

.special__wrapper .technopark__item:hover .technopark__item__title {
  color: black;
}

.special__wrapper .technopark__thumbs {
  display: none !important;
}
