@media print {
    .navigation .secondary-navigation, #images-list-link, #right {
        display: none !important;
    }
    a[href]:after {
        display: none !important;
        content: none !important;
    }
    #property-gallery .property-slide {
        width: auto !important;
    }
    #property-gallery, #property-detail {
        page-break-after: always !important;
    }
    .owl-item {
        width: 780px !important;
    }
    #ukratko {
        padding-top: 20px !important;
    }
    #ukratko > dl > dt:nth-child(1),
    #ukratko > dl > dd:nth-child(2) {
        display: none !important;
    }
    #contact-agent, #contant-agent * {
        display: none !important;
    }
  }