.page-offer {
    .packs__title,
    .bonuses__title,
    .action__title {
        font-size: 52px;
        line-height: 1.2;
    }

    .action__container {
        padding-top: 28px;
        padding-bottom: 35px;
    }

    .action__iero {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .action__content {
        max-width: 860px;
    }

    .action__title {
        margin-bottom: 15px;
    }

    .action__lead {
        font-size: 18px;
        line-height: 1.4;
        max-width: 760px;
        margin-bottom: 32px;
    }

    .action__fish {
        top: -97px;
        right: -105px;
    }

    @media (max-width: 1200px) {
        .action__fish {
            top: -85px;
            right: -9px;
            transform: rotate(-67deg);
        }
    }

    @media (max-width: 767px) {
        .packs__title,
        .bonuses__title,
        .action__title {
            font-size: 42px;
        }

        .action__container {
            padding-top: 42px;
            padding-bottom: 20px;
        }

        .action__lead {
            font-size: 16px;
            margin-bottom: 22px;
        }
    }

    @media (max-width: 576px) {
        .packs__title,
        .bonuses__title,
        .action__title {
            font-size: 32px;
        }
    }
}