.corp-hero,
.corp-benefits,
.corp-services,
.corp-video,
.corp-formats,
.corp-process,
.corp-documents,
.corp-partners,
.corp-faq,
.corp-cta {
    padding: 72px 0;
}

.corp-hero {
    position: relative;
    overflow-x: hidden;
    background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
    padding-top: 0px;
    padding-bottom: 42px;
}

/* Фон для первого блока на всю ширину */
.corp-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: url('/korporativnym-klientam/fon.png') center center / cover no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.corp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 440px);
    gap: 28px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.corp-hero__content,
.corp-contact-card,
.corp-card,
.corp-doc-card,
.corp-faq__item,
.corp-cta__inner {
    border: 1px solid rgba(14, 43, 94, 0.10);
    box-shadow: 0 18px 40px rgba(13, 39, 80, 0.07);
}

.corp-hero__content {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 36px;
    z-index: 1;
}

.corp-hero__eyebrow,
.corp-section-head__eyebrow,
.corp-contact-card__label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 5px;
    background: rgba(40, 110, 255, 0.08);
    color: #2157c8;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.corp-hero__title,
.corp-section-head__title,
.corp-cta__title {
    margin: 18px 0 0;
    color: #10254b;
    font-weight: 800;
    line-height: 1.12;
}

.corp-hero__title {
    font-size: clamp(26px, 2.6vw, 34px);
    max-width: 760px;
}

.corp-hero__subtitle,
.corp-section-head__text,
.corp-cta__text,
.corp-card p,
.corp-step__body p,
.corp-doc-card p,
.corp-faq__content,
.corp-contact-card__text,
.corp-hero__note {
    color: #4f617e;
    font-size: 17px;
    line-height: 1.7;
}

.corp-hero__subtitle {
    margin: 18px 0 0;
    max-width: 820px;
}

.corp-hero__badges {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.corp-hero__badge {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 20px;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(238,245,255,0.94), rgba(238,245,255,0.94));
    color: #16335f;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

.corp-hero__note {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid rgba(14, 43, 94, 0.10);
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(247,251,255,0.92), rgba(247,251,255,0.92));
    box-shadow: 0 12px 28px rgba(13, 39, 80, 0.06);
}

.corp-hero__bg-placeholder {
    display: none;
}

.corp-hero__content > * {
    position: relative;
    z-index: 1;
}

.corp-contact-card {
    background: #fff;
    border-radius: 5px;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corp-contact-card__title {
    margin: 0;
    color: #10254b;
    font-size: 32px;
    line-height: 1.15;
}

.corp-contact-card__text { margin: 0; }

.corp-contact-card__features {
    display: grid;
    gap: 12px;
}

.corp-contact-card__feature {
    padding: 14px 16px;
    border-radius: 5px;
    background: #f9fbff;
    border: 1px solid rgba(16, 37, 75, 0.10);
    color: #16335f;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.corp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.corp-btn--primary {
    background: #2a7fff;
    color: #fff;
}

.corp-btn--primary:hover { background: #4f97ff; }

.corp-btn--ghost {
    background: linear-gradient(0deg, rgba(238,245,255,0.94), rgba(238,245,255,0.94));
    color: #103466;
}

.corp-btn--ghost:hover { background: #e4efff; }

.corp-btn--full { width: 100%; }

.corp-btn--center {
    margin-left: auto;
    margin-right: auto;
}

.corp-contact-card__icons {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding-top: 6px;
}

.corp-contact-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.corp-contact-card__icon:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

/* Цвета иконок */
.corp-contact-card__icon--tg { background: #2aabee; }
.corp-contact-card__icon--wa { background: #22c45e; }
.corp-contact-card__icon--vk { background: #0077FF; }
.corp-contact-card__icon--max { background: #007affcc; }
.corp-contact-card__icon--mail { background: #ff8a00; }

/* Эффекты при наведении */
.corp-contact-card__icon--tg:hover { background: #1e8bc4; }
.corp-contact-card__icon--wa:hover { background: #1aa851; }
.corp-contact-card__icon--vk:hover { background: #005FB8; }
.corp-contact-card__icon--max:hover { background: #0066cc; }
.corp-contact-card__icon--mail:hover { background: #e67a00; }

.corp-hero__scroll-down-wrap {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.corp-hero__scroll-down {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2a7fff;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(42, 127, 255, 0.22);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.corp-hero__scroll-down:hover {
    background: #4f97ff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(42, 127, 255, 0.28);
}

.corp-hero__scroll-text {
    margin-top: 8px;
    color: #6d7d95;
    font-size: 13px;
    line-height: 1.3;
}

/* Блоки с паттерном на всю ширину */
.corp-benefits,
.corp-video,
.corp-process,
.corp-mail,
.corp-faq {
    position: relative;
    overflow-x: hidden;
}

.corp-benefits::before,
.corp-video::before,
.corp-process::before,
.corp-mail::before,
.corp-faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: linear-gradient(0deg, rgba(247,251,255,0.88), rgba(247,251,255,0.88)), url('/korporativnym-klientam/media/notebook-1_pattern.png') center/360px repeat;
    pointer-events: none;
    z-index: 0;
}

.corp-benefits .container,
.corp-video .container,
.corp-process .container,
.corp-mail .container,
.corp-faq .container {
    position: relative;
    z-index: 1;
}

.corp-formats,
.corp-documents,
.corp-partners,
.corp-cta,
.s-contacts {
    background: #fff;
}

.corp-section-head {
    max-width: 520px;
    margin: 0 auto 30px;
    text-align: center;
}

.corp-section-head--left {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.corp-section-head__title {
    font-size: clamp(30px, 3vw, 42px);
}

.corp-section-head__text { margin: 14px 0 0; }

.corp-grid {
    display: grid;
    gap: 20px;
}

.corp-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.corp-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.corp-card,
.corp-doc-card {
    background: #fff;
    border-radius: 5px;
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.corp-card--soft { background: #fbfdff; }

.corp-grid--services-top .corp-card--soft {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #f9fbff;
}

.corp-grid--services-top .corp-card--soft::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.80;
    z-index: 0;
    pointer-events: none;
}

.corp-grid--services-top .corp-card--soft::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.84) 0%, rgba(255,255,255,0.90) 100%);
    z-index: 0;
    pointer-events: none;
}

.corp-grid--services-top .corp-card--soft > * {
    position: relative;
    z-index: 1;
}

.corp-grid--services-top .corp-card--soft:nth-child(1)::before {
    background-image: url('/korporativnym-klientam/media/cards/notebook.png');
}

.corp-grid--services-top .corp-card--soft:nth-child(2)::before {
    background-image: url('/korporativnym-klientam/media/cards/personal_computer.png');
}

.corp-grid--services-top .corp-card--soft:nth-child(3)::before {
    background-image: url('/korporativnym-klientam/media/cards/video_card.png');
}

.corp-grid--services-top .corp-card--soft:nth-child(4)::before {
    background-image: url('/korporativnym-klientam/media/cards/monoblock.png');
}

.corp-card h3,
.corp-doc-card h3,
.corp-step__body h3,
.corp-faq__item summary {
    margin: 0 0 12px;
    color: #10254b;
    font-size: 22px;
    line-height: 1.25;
}

.corp-card h3,
.corp-doc-card h3 {
    min-height: 56px;
    display: flex;
    align-items: flex-start;
}

.corp-card p,
.corp-doc-card p,
.corp-step__body p {
    margin: 0;
    font-size: 16px;
}

.corp-card > *:last-child,
.corp-doc-card > *:last-child {
    margin-top: auto;
}

.corp-timeline {
    display: grid;
    gap: 18px;
}

.corp-step {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid rgba(16, 37, 75, 0.10);
}

.corp-step:first-child { border-top: 1px solid rgba(16, 37, 75, 0.10); }

.corp-step__num,
.corp-card--numbered > span {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(238,245,255,0.94), rgba(238,245,255,0.94));
    color: #2157c8;
    font-size: 20px;
    font-weight: 800;
}

.corp-card--numbered {
    position: relative;
    padding-top: 84px;
}

.corp-card--numbered > span {
    position: absolute;
    top: 24px;
    left: 24px;
}

.corp-doc-card__preview {
    height: 160px;
    margin-bottom: 18px;
    border-radius: 5px;
    background: linear-gradient(135deg, #eef5ff 0%, #dfeeff 100%);
    color: #2157c8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.corp-doc-card a {
    display: inline-flex;
    margin-top: auto;
    padding-top: 14px;
    color: #2157c8;
    font-size: 15px;
}

.corp-services__layout {
    display: block;
}

.corp-grid--services-top {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.corp-media-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    border: 1px solid rgba(14, 43, 94, 0.10);
    box-shadow: 0 18px 40px rgba(13, 39, 80, 0.07);
    background: linear-gradient(0deg, rgba(238,244,251,0.95), rgba(238,244,251,0.95));
    border-radius: 5px;
}

.corp-media-card img,
.corp-media-card video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.corp-media-card--section {
    min-height: 100%;
    grid-row: span 2;
}

.corp-media-card--service {
    margin-top: 20px;
    min-height: 250px;
}

.corp-media-card--service-wide {
    margin-top: 20px;
    min-height: 140px;
}

.corp-media-card--service-wide img {
    object-position: center 42%;
}

.corp-media-card--contact {
    min-height: 100%;
}

.corp-video__frame {
    max-width: 1040px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid rgba(14, 43, 94, 0.10);
    box-shadow: 0 18px 40px rgba(13, 39, 80, 0.07);
    background: #ffffff;
}

.corp-video__stage {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    border: 1px solid rgba(14, 43, 94, 0.10);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
    background: #dbe8f7;
}

.corp-video__stage::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 28, 61, 0.18) 0%, rgba(8, 28, 61, 0.30) 100%);
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.corp-video__stage.is-playing::after {
    opacity: 0;
}

.corp-video__media {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #000;
}

.corp-video__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    min-width: 190px;
    min-height: 54px;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: rgba(16, 37, 75, 0.88);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(13, 39, 80, 0.22);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.corp-video__play:hover {
    background: rgba(33, 87, 200, 0.94);
    transform: translate(-50%, calc(-50% - 2px));
    box-shadow: 0 20px 44px rgba(13, 39, 80, 0.28);
}

.corp-video__play-icon {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid currentColor;
    margin-left: 2px;
}

.corp-video__play[hidden] {
    display: none;
}

.corp-faq__list {
    display: grid;
    gap: 14px;
}

.corp-faq__item {
    background: #fff;
    border-radius: 5px;
    padding: 0 22px;
    overflow: hidden;
}

.corp-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 28px 22px 0;
    position: relative;
}

.corp-faq__item summary::-webkit-details-marker { display: none; }

.corp-faq__item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 20px;
    color: #2157c8;
    font-size: 30px;
    line-height: 1;
}

.corp-faq__item[open] summary::after { content: '–'; }

.corp-faq__content {
    padding: 0 0 22px;
    font-size: 16px;
}

.corp-cta__inner {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 26px;
    align-items: stretch;
}

.corp-cta__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corp-cta__title {
    font-size: clamp(28px, 2.8vw, 40px);
    margin-top: 14px;
}

.corp-cta__contacts {
    display: grid;
    gap: 12px;
    justify-items: start;
    margin-top: 18px;
}

.corp-cta__phone,
.corp-cta__mail {
    color: #103466;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.corp-cta__icons {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 4px;
}

.corp-cta__icons a {
    font-size: 0;
}

.corp-partners__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.corp-partners__item {
    min-height: 92px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(14, 43, 94, 0.10);
    box-shadow: 0 14px 30px rgba(13, 39, 80, 0.05);
    border-radius: 5px;
}

.corp-partners__item img {
    max-width: 100%;
    max-height: 54px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .corp-grid--4,
    .corp-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corp-grid--benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corp-grid--services-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corp-partners__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.corp-grid--benefits {
    grid-template-columns: minmax(260px, 0.9fr) repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

@media (max-width: 991px) {
    .corp-hero,
    .corp-benefits,
    .corp-services,
    .corp-video,
    .corp-formats,
    .corp-process,
    .corp-documents,
    .corp-faq,
    .corp-cta {
        padding: 56px 0;
    }

    .corp-hero {
        padding-top: 42px;
        padding-bottom: 28px;
    }

    .corp-hero__grid,
    .corp-cta__inner {
        grid-template-columns: 1fr;
    }

    .corp-hero__grid {
        gap: 20px;
    }

    .corp-hero__content,
    .corp-contact-card,
    .corp-card,
    .corp-doc-card,
    .corp-cta__inner,
    .corp-faq__item {
        border-radius: 5px;
    }

    .corp-hero__content { padding: 28px 28px 24px; }
    .corp-hero__badges { grid-template-columns: 1fr; }

    .corp-grid--benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corp-media-card--section {
        grid-row: auto;
        min-height: 220px;
    }

    .corp-partners__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .corp-card h3,
    .corp-doc-card h3 {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .corp-hero__title {
        font-size: 28px;
    }

    .corp-section-head__title,
    .corp-cta__title {
        font-size: 28px;
    }

    .corp-grid--3,
    .corp-grid--4,
    .corp-grid--benefits,
    .corp-grid--services-top {
        grid-template-columns: 1fr;
    }

    .corp-step {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .corp-card,
    .corp-doc-card,
    .corp-contact-card {
        padding: 22px;
    }

    .corp-btn {
        width: 100%;
    }

    .corp-partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corp-media-card--contact,
    .corp-media-card--service,
    .corp-media-card--service-wide,
    .corp-media-card--section {
        min-height: 180px;
    }

    .corp-video__frame {
        padding: 10px;
    }

    .corp-video__stage,
    .corp-video__media {
        min-height: 180px;
    }

    .corp-video__play {
        min-width: 180px;
        min-height: 54px;
        padding: 12px 18px;
        font-size: 15px;
    }
}

.corp-grid--docs-live {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.corp-doc-card--live {
    padding: 0;
    overflow: hidden;
}

.corp-doc-card__open {
    width: 100%;
    min-height: 100%;
    border: 0;
    background: transparent;
    padding: 18px;
    text-align: left;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.corp-doc-card__preview--image {
    height: 190px;
    overflow: hidden;
    background: #eef5ff;
}

.corp-doc-card__preview--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.corp-doc-card__link {
    display: inline-flex;
    margin-top: 14px;
    color: #2157c8;
    font-size: 15px;
    font-weight: 700;
}

.corp-mail {
    padding: 72px 0;
    position: relative;
    overflow-x: hidden;
}

.corp-mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: linear-gradient(0deg, rgba(247,251,255,0.86), rgba(247,251,255,0.86)), url('/korporativnym-klientam/media/notebook-1_pattern.png') center/360px repeat;
    pointer-events: none;
    z-index: 0;
}

.corp-mail .container {
    position: relative;
    z-index: 1;
}

.corp-mail__slider {
    display: block;
}

.corp-mail__track-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.corp-mail__track-wrap::-webkit-scrollbar {
    display: none;
}

.corp-mail__nav-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.corp-mail__nav {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(33, 87, 200, 0.16);
    background: #2157c8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(33, 87, 200, 0.18);
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.corp-mail__nav:hover {
    background: #3a73ea;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(33, 87, 200, 0.24);
}

.corp-mail__nav:disabled {
    opacity: .45;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.corp-mail__track {
    display: flex;
    gap: 16px;
    min-width: max-content;
}

.corp-mail-card {
    flex: 0 0 220px;
}

.corp-mail-card__open {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.corp-mail-card__frame {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(14, 43, 94, 0.12);
    background: #fff;
    box-shadow: 0 12px 28px rgba(13, 39, 80, 0.08);
    aspect-ratio: 210 / 297;
}

.corp-mail-card__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.corp-mail-card__caption {
    display: block;
    margin-top: 10px;
    color: #244166;
    font-size: 14px;
    font-weight: 700;
}

.corp-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.corp-modal.is-open {
    display: block;
}

.corp-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 18, 38, 0.64);
}

.corp-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100vw - 32px));
    margin: 32px auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 20px 60px rgba(7, 18, 38, 0.28);
    padding: 22px;
}

.corp-modal__dialog--mail {
    width: min(980px, calc(100vw - 32px));
}

.corp-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #16335f;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.corp-modal__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-right: 44px;
    margin-bottom: 16px;
}

.corp-modal__title {
    color: #10254b;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.corp-modal__body--doc iframe {
    width: 100%;
    height: min(78vh, 880px);
    border: 1px solid rgba(14, 43, 94, 0.12);
    border-radius: 5px;
    background: #f8fbff;
}

.corp-modal__body--mail {
    max-height: 82vh;
    overflow: auto;
    text-align: center;
}

.corp-modal__body--mail img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 12px 32px rgba(13, 39, 80, 0.12);
}

@media (max-width: 1100px) {
    .corp-grid--docs-live {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .corp-grid--docs-live {
        grid-template-columns: 1fr;
    }

    .corp-doc-card__preview--image {
        height: 180px;
    }

    .corp-mail-card {
        flex-basis: 180px;
    }

    .corp-modal__dialog,
    .corp-modal__dialog--mail {
        width: calc(100vw - 16px);
        margin: 8px auto;
        padding: 16px;
    }

    .corp-modal__top {
        align-items: flex-start;
        flex-direction: column;
        padding-right: 30px;
    }

    .corp-modal__body--doc iframe {
        height: 68vh;
    }
}

@media (max-width: 900px) {
    .corp-mail__nav-row {
        margin-top: 14px;
    }

    .corp-mail__nav {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 991px) {
    .corp-hero__scroll-down-wrap {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .corp-hero__scroll-down-wrap {
        display: none !important;
    }
}

/* Отключаем ограничение контейнера только для этой страницы */
.page .container.section__conteiner {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

/* Возвращаем отступы для вложенных .container внутри ваших секций */
.corp-hero .container,
.corp-benefits .container,
.corp-video .container,
.corp-formats .container,
.corp-process .container,
.corp-documents .container,
.corp-mail .container,
.corp-partners .container,
.corp-faq .container,
.corp-cta .container {
    max-width: 1200px !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Скрываем лишние элементы шаблона на этой странице */
.main__header {
    display: none;
}

.corp-hero__grid {
    margin-top: 50px;
}

.fr-map__title {
    text-align: center;
}