header, .breadcrumbs, .estate, aside, .partners, footer, .flat-cont-menu, .back-btn {
    display: none;
}

#content {
    float: none;
    width: auto;
    position: static;
    padding: 0;
}

a[href]:after {
    content: none !important;
}

@media print {
    .flat-block .btn, .print-wrapper .flat-cont-block, .social-link, .flat-previews {
        display: none;
    }

    .flat-wrapper {
        column-count: 2;
        /*display: flex;*/
        /*flex-flow: row wrap;*/
        /*justify-content: space-between;*/
    }

    .print-wrapper .flat-block {
        width: 100%;
    }

    .flat-wrapper .print-column {
        /*width: 47%;*/
    }

    .print-wrapper {
        position: relative;
    }

    .can-update {
        display: none;
    }

    .print-author {
        display: block;
    }

    .print-author .r-photo {
        margin-right: 15px;
        float: left;
    }

    .print-author .dotted {
        display: block;
        border: none;
    }

    .flat-text {
        clear: both;
    }

    .flat-plan {
        width: 400px;
    }

    .flat-gallery {
        margin-bottom: 20px;
    }

    .flat-block .flat-gallery .flat-image {
        height: auto;
    }

    /*.flat-gallery img {*/
        /*width: 300px;*/
        /*height: auto;*/
    /*}*/

    p {
        margin: 10px 0;
    }

    h4 {
        margin: 10px 0;
    }
    .flat-block .flat-top{
        margin: 0;
    }
}