
.wysiwyg-content {
    & {
        padding-top: clamp(0px, calc(50 / 1920 * 100vw), 50px);
        padding-bottom: clamp(0px, calc(100 / 1920 * 100vw), 100px);
    }


    .col-left {
        flex: 1 1 50%;
        max-width: 50%;
        padding-left: calc(50vw - 775px);
        padding-right: 37px;
    }

    .col-right {
        flex: 1 1 50%;
    }

    .inner-wrapper {
        padding-top: 24px;
        padding-bottom: 11px;
        margin-top: 14px;
        font-size: 19px;
        padding-left: 6px;
        line-height: 1.75;
    }

    .inner-wrapper.box-blue {
        color: white;
        padding-right: 34px;
    }

    .inner-wrapper.font-size-19-italic {
        font-size: 24px;
        font-style: italic;
    }

    .box-blue {
        position: relative;
    }

    .box-blue:before {
        content: "";
        background: var(--g-color-main-blue);
        width: 50vw;
        top: 0;
        right: 0;
        position: absolute;
        height: 100%;
        z-index: -1;
    }

    .inner-wrapper p:not(:last-child) {
        margin-bottom: 36px;
    }

    @media (min-width: 992px) {
        .left-column {
            padding-right: 36px !important;
        }
    }

    .list-zamecnictvi {
        & {
            margin-top: 42px;
            font-weight: 500;
            font-size: 19px;
        }

        li {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        li::marker {
            color: var(--g-color-ligh-blue);
            font-size: 26px;
            line-height: 1;
        }
    }
}

.zig-zag-proc-zako {
    & {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding-top: 18px;
        margin-bottom: 32px;
    }

    .proc-zako-item {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        width: 100%;
        border-radius: 28px;
        box-shadow: 0 20px 45px rgba(19, 59, 108, 0.12);
        overflow: hidden;
        padding: 24px 22px;
    }

    .proc-zako-item + .proc-zako-item {
        margin-top: 16px;
    }

    .proc-zako-item > :first-child {
        justify-self: start;
        font-size: 34px;
        line-height: 1;
        font-weight: 800;
    }

    .proc-zako-item > :last-child {
        max-width: none;
    }

    .title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 600;
    }

    .description {
        font-size: 16px;
        line-height: 1.6;
        color: white;
    }

    .proc-zako-item:nth-child(odd) {
        & {
            background-color: var(--g-color-ligh-blue);
        }

        > :first-child {
            color: rgba(17, 64, 117, 0.95);
        }

        .title {
            color: var(--g-color-main-blue)
        }
    }

    .proc-zako-item:nth-child(even) {
        & {
            background-color: var(--g-color-main-blue);
        }

        > :first-child {
            color: var(--g-color-ligh-blue);
        }

        .title {
            color: var(--g-color-ligh-blue);
        }
    }

    @media (min-width: 576px) {
        .proc-zako-item {
            grid-template-columns: 64px minmax(0, 1fr);
            gap: 20px;
            border-radius: 34px;
        }

        .proc-zako-item > :first-child,
        .proc-zako-item:nth-child(odd) > :first-child,
        .proc-zako-item:nth-child(even) > :first-child {
            grid-column: 1;
            justify-self: start;
            font-size: 40px;
            min-width: 45px;
            text-align: center;
        }

        .proc-zako-item > :last-child,
        .proc-zako-item:nth-child(even) > :last-child {
            grid-column: 2;
        }

        .title {
            margin-bottom: 14px;
            font-size: 22px;
        }

        .description {
            font-size: 17px;
        }
    }

    @media (min-width: 992px) {
        .proc-zako-item {
            grid-template-columns: minmax(0, 1fr) 88px;
            align-items: center;
            gap: 50px;
            width: 80%;
            border-radius: 55px;
            padding-top: 28px;
            padding-bottom: 28px;
        }

        .proc-zako-item > :first-child,
        .proc-zako-item:nth-child(odd) > :first-child,
        .proc-zako-item:nth-child(even) > :first-child {
            grid-column: 2;
            grid-row: 1;
            align-self: center;
            justify-self: center;
            font-size: 49px;
            min-width: 0;
        }

        .proc-zako-item > :last-child,
        .proc-zako-item:nth-child(even) > :last-child {
            grid-column: 1;
            grid-row: 1;
        }

        .proc-zako-item:nth-child(odd) {
            padding-left: 62px;
            padding-right: 64px;
        }

        .proc-zako-item:nth-child(even) {
            margin-left: auto;
            grid-template-columns: 88px minmax(0, 1fr);
            padding-left: 64px;
            padding-right: 62px;
            z-index: 1;
        }

        .proc-zako-item:nth-child(even) > :first-child {
            grid-column: 1;
        }

        .proc-zako-item:nth-child(even) > :last-child {
            grid-column: 2;
        }

        .title {
            margin-bottom: 24px;
            font-size: 30px;
        }

        .description {
            font-size: 19px;
            line-height: 1.75;
        }
    }

    @media (min-width: 1300px) {
        .proc-zako-item {
            width: 57%;
        }

        .proc-zako-item + .proc-zako-item {
            margin-top: -24px;
        }
    }
}

.effects {
    &.proc-zako-ruller {
        position: relative;
    }

    &.proc-zako-ruller:before {
        content: "";
        position: absolute;
        z-index: 9;
        top: -45px;
        width: 100%;
        height: clamp(18px, calc(28 / 1920 * 100vw), 28px);
        background-size: cover;
        background: url('/_data/styly/zakoturcin/img/web/proc-zako.webp') no-repeat top;
    }
}
