@media print {
    .print-body p, .print-body h1, .print-body h2 {
        margin: 0;
    }

    .print-body {
        width: 1000px;
        height: 1300px;
        margin: 0 auto;
        padding: 20px 0 40px;
        background: white;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        box-sizing: border-box;
    }

    .print-container {
        position: relative;
        height: 100%;
    }

    .print-header {
        display: flex;
        justify-content: space-between;
        font-weight: lighter;
        margin-bottom: 50px;
    }

    .print-title h1 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 45px;
    }

    .print-content__item {
        border: 1px solid #154293;
        padding: 20px 30px;
        min-height: 200px;
        margin-bottom: 30px;
    }

    .print-content__title h2 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .print-content__title {
        border-bottom: 1px solid #154293;
    }

    .print-content__class {
        padding-bottom: 30px;
    }

    .print-content__address {
        padding-bottom: 30px;
    }

    .print-content__free {
        display: block;
        width: 300px;
        padding-bottom: 20px;
    }

    .print-content__info {
        padding-top: 20px;
    }

    .print-content__free:last-child {
        padding-bottom: 0;
    }

    .print-content__free span {
        float: right;
        font-weight: normal;
    }

    .print-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        left: 0;
        box-sizing: border-box;
        padding: 0 60px;
    }

    .print-logo {
        width: 600px;
        margin: 0 auto;
        font-size: 27px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .print-logo img {
        padding-bottom: 30px;
    }

    .print-logo__ancor {
        display: flex;
        justify-content: space-between;
        width: 500px;
        margin: 30px auto 0;
    }

    .print-logo__top {
        text-align: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #154293;
    }

    .header, .first, .statistics, .baner, .about.about_main, .partners, .issues, .consultation.consultation_main, .pop_up_window_wrapper, .pagares, .objects_box_img, .objects_item_btn, .lot_number, .slick-dots, .presentation, .footer .shares_mobile, .footer .footer_top_right, .footer .footer_bottom_title, .footer .footer_bottom_text, .footer .ya-share2__container {
        display: none !important;
    }


    .objects_block, .one-item-list-view-building-name, a.dotted_link, .objects_caption a:hover, .dotted_link span{
        color: #1d1d1b;
        border-bottom: none;
        text-decoration: none;
    }

    .objects_block{
        border: 1px solid #154293;
        padding: 20px 30px;
        min-height: 175px;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: lighter;
        /*font-family: 'Roboto', sans-serif;*/
        page-break-inside: avoid;

    }

    .objects_block_caption{
        border-bottom: 1px solid #154293;
    }

    .objects_caption{
        margin-bottom: 5px;
    }

    .objects_location{
        padding: 20px 0;
        line-height: 0.7;
    }

    .objects_block_items{
        padding-top: 10px;
    }

    .nomargin{
        float: left;
        margin: 0;
    }

    .objects_item_block span{
        float: right;
        font-weight: normal;
        padding-top: 2px;
    }

    .objects_item_block{
        width: 300px;
        padding: 20px 0;
    }

    .objects_block stbs, .objects_block stbs:hover, .objects_block stbs:focus, .objects_block stbs:active, .dotted_link span{
        text-decoration: underline;
        text-decoration-color: white;
        display: block;

    }

    .one-item-list-view-building-name{
        text-transform: uppercase;
        font-weight: normal;
    }

    .objects .block > h2{
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        font-family: 'Roboto', 'Open Sans', sans-serif;
        padding: 15px 0 30px;
        margin: 0;
    }

    .footer_top_left li{
        list-style: none;
        display: inline-block;
        margin-right: 80px;
    }

    .footer_top_left ul{
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0 0 30px;
    }

    .footer_top_left li:last-child{
        display: none;
        margin-right: 0;
    }

    .footer_top_left a{
        color: #1d1d1b;
        text-decoration: none;
    }

    .footer_logo:before{
        content: '';
        width: 222px;
        height: 31px;
        display: block;
        background: url("../img/logo-print.png");
        margin: 0 auto;
    }

    .footer_logo:after{
        content: 'Подберем склад вашей мечты';
        text-decoration: none;
        display: inline-block;
        margin: 0 auto 30px;
        width: 600px;
        text-decoration: underline;
        text-decoration-color: white;
        display: block;
        padding-bottom: 30px;
        border-bottom: 1px solid #154293;
        text-align: center;
        color: #1d1d1b;
    }

    .footer{
        font-size: 22px;
        font-weight: lighter;
        margin-top: 100px;
        page-break-inside: avoid;


    }




}