@media print {
    .header__top,
    .navigation,
    .section-video,
    .footer__nav,
    .iframe-section {
        display: none !important;
    }

    .header {
        margin-bottom: 60px;
    }

    .content__heading .wrapper .wrapper__inner {
        display: block;
    }

    .content__heading--home,
    .content__heading {
        height: auto;
        background: none;
        margin-bottom: 60px;
    }

    .content__heading .content__title {
        text-shadow: none;
        font-size: 35px;
        text-align: left !important;
        padding: 0;
        max-width: none;
        color: #000;
    }

    .offer__text {
        max-height: none;
        overflow: visible;
    }
}