@media print {
    @page {
        size: landscape;
    }

    body {
        -webkit-print-color-adjust: economy;
        background: white;
    }

    .b-compare__middle {
        padding-right: 2px;
        padding-left: 2px;
    }

    *::before, *::after {
        -webkit-box-sizing: inherit;
        /* box-sizing: inherit; */
    }

    div {
        display: block;
    }

    .b-compare__row {
        margin-right: -0.5625rem;
        margin-left: -0.5625rem;
    }

    .b-compare__top-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-compare-table{
        display: table;
        table-layout: fixed;
        overflow-x: auto;
        border-collapse: collapse;
    }




    .b-compare-table__cell {
        display: table-cell;
        min-width: 3cm;
        max-width: 260px;
        width: 260px;
        padding: 2px 0 2px 5px;
        border: 1px solid #dadada;
    }

    .b-compare-table__top-line {
        text-align: left;
    }

    .b-compare-table__title {
        color: black;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }

    .b-compare-table__img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 120px;
        border-radius: 6px;
    }


    .b-compare-table__loc {
        display: block;
        position: relative;
        font-size: 14px;
        margin-top: 2px;
    }



    .b-compare-table__price-full{
        font-size: 15px;
        margin-top: 5px;
    }
    .b-prop-num {
        font-size: 15px;
    }
    .b-compare-table__price-quare-meter {
        font-size: 15px;
    }


    .b-prop-num__value--no-data {
        color: black;
        width: 100%;
        font-size: 15px;
    }


    .b-prop-bool__name--in-table,
    .b-prop-icon__name--in-table,
    .b-prop-num__name--in-table{
        display: block;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        opacity: 0;
    }

    .b-compare-table__cell--prop:first-child .b-prop-num__name--in-table,
    .b-compare-table__cell--prop:first-child .b-prop-bool__name--in-table,
    .b-compare-table__cell--prop:first-child .b-prop-icon__name--in-table{
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        opacity: 1;
    }

    .b-prop-bool--in-table {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-filter: grayscale(100%) saturate(0%) brightness(70%) contrast(1000%);
        filter: grayscale(100%) saturate(0%) brightness(70%) contrast(1000%);
        padding-bottom: 7px;
    }

    .b-prop-bool {
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .b-prop-bool__icon--in-table {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-size: contain;
    }

    .b-prop-bool__icon {
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
        display: inline-block;
        width: 12px;
        height: 9px;
        margin-right: 8px;
    }





    .b-prop-icon__icon {
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
        display: inline-block;
        width: 30px;
        height: 22px;
        margin-bottom: 9px;
    }



    .b-prop-num__value--in-table,
    .b-prop-icon__value--in-table,
    .b-prop-bool__icon--no-data{
        font-size: 16px;
    }

    .b-prop-bool__icon--no-data {
        width: 100%;
    }

    .b-compare-table__row {
        display: table-row;
    }

    .b-compare-table__row--title{
        margin-bottom: 4px;
    }
    .b-compare-table{
        overflow: hidden;
    }
    * {
        -webkit-print-color-adjust: exact;
    }

    .no-print {
        display: none !important;
    }

    body #bx-panel,
    .btn-row-print,
    .b-prop-icon__icon--in-table,
    .b-compare__callback-form,
    header,
    nav,
    footer,
    #recall,
    #feedback,
    .b-compare__clear-wrapper,
    .b-compare__empty-message,
    .b-compare-table__row--photos,
    .globalClass_ET,
    jdiv,
    b-compare-table__del-wrapper
    {
        display: none !important;
    }

}