@media (max-width: 769px) {
    .popup_wide {
        max-height: calc(100vh - 200px);
        border-radius: 20px;
    }
}

.last-section-page {
    padding-bottom: 0;
}