:root {
    background-color: rgba(213, 217, 217, 0.24);
}

h1 {
    margin: 0;
    font-size: clamp(24px, 2vw + 1rem, 48px);
}

h3 {
    margin: 0;
}

p {
    margin: 0;
}

.post-case {
    .hero {
        background: #D5D9D93D;
        padding-bottom: 300px;
    }

    .hero__wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }

    .hero__column {
        max-width: calc(100% - 10px);
        min-width: 335px;

        .breadcrumbs {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0;
            margin: 0;
            font-size: 16px;
        }

        .breadcrumbs a {
            color: #34A853;
            line-height: 1;
            font-weight: 400;
        }

        .hero__teg {
            background: #66666633;
            padding: 10px 12px;
            font-weight: 500;
            font-size: 14px;
            border-radius: 24px;
            margin: 40px 0;
        }

        .button {
            display: flex;
            gap: 10px;
        }

        .hero__img {
            max-width: 521px;
            /*height: 100%;*/
            object-fit: cover;
            border-radius: 32px;
        }
    }

    .hero__column:nth-of-type(1) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        line-height: 1;

        h1 {
            max-width: 554px;
            font-weight: 700;
            margin-top: 40px;
            /*font-size: 48px;*/
            text-align: left;
            color: rgba(40, 40, 40, 1);
            margin-bottom: 56px;
        }
    }

    .hero__teg {}

    .company {
        margin-top: -300px;
        position: relative;
        z-index: 1;
    }


    .company__info-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1rem;
        padding-top: 2rem;
        margin-bottom: 40px;
        border-top: 1px solid rgba(213, 217, 217, 1);
    }

    .company__info-item {
        min-width: 155px;
        font-weight: 500;
        font-size: 1rem;

        .company__info-title {
            margin-bottom: 0.5em;
            color: rgba(40, 40, 40, 1);
        }

        .company__info-desc {
            color: rgba(119, 119, 119, 1);
        }
    }

    /*.post-case .bullet {*/
    /*    background-color: #828282;*/
    /*    width: 4px;*/
    /*    height: 4px;*/
    /*    border-radius: 100%;*/
    /*}*/

    .company__stat-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 27px;
    }

    .company__stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 335px;
        min-height: 70px;
        padding: 4.125em 2.4375em 3.75em;
        border-radius: 16px;
        background-color: rgba(251, 251, 253, 1);
        box-shadow: 0px 6.25px 20px 0px rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(40, 40, 40, 1);
        flex: 1;

        .company__stat-num {
            font-size: 6.25rem;
            margin-bottom: 0.22em;
            color: rgba(40, 40, 40, 1);
            font-weight: 500;
            line-height: 1;
        }

        .company__stat-desc {
            font-size: 18px;
            color: rgba(119, 119, 119, 1);
            text-align: center;
        }
    }

    .post-content__wrapper {
        display: flex;
        justify-content: space-between;
    }

    .post__content .post__quote:has(img) {
        padding-right: 220px;
        min-height: 230px;
    }

    .post-content__inner {
        max-width: 895px;
        margin-right: 77px;

        h3 {
            font-weight: 700;
            font-size: clamp(23px, 2vw, 32px);

            margin-bottom: 32px;
            color: rgba(40, 40, 40, 1);
        }

        h3:not(:first-of-type) {
            margin-top: 80px;
        }

        p {
            font-weight: 500;
            font-size: 18px;
            line-height: 1.5;
            color: rgba(22, 22, 22, 0.7);
        }

        blockquote {
            padding-left: 32px;
            margin: 32px 0;
            font-weight: 400;
            font-style: italic;
            border-left: 4px solid rgba(64, 154, 101, 1);
        }

        ul {
            padding: 15px 30px;
            font-weight: 500;
            font-size: 18px;
            line-height: 1.5;
            color: rgba(22, 22, 22, 0.7);

            li {
                list-style: disc;
            }
        }


        .company__stat-list {
            padding: unset;
            margin-top: 32px;
            margin-bottom: 32px;
            gap: 14px;
        }

        .company__stat-item {
            min-width: calc(100% / 3.9);
            padding: 59px 10px;

            .company__stat-num {
                font-size: 74px;
                line-height: 1;
                margin-bottom: 0.22em;
            }

            .company__stat-desc {
                font-size: 13px;
            }

        }

        .metrics {
            background: rgba(255, 255, 255, 1);
            border-radius: 24px;
            border: 1px solid #d5d9d9;
        }

        .metrics__title {
            padding: 24px;
            margin: unset;
            font-size: 26px;
            font-weight: 600;
        }

        .metrics__table {
            width: 100%;
            display: block;
            overflow-x: auto;
            background: #fff;
            border-radius: 24px;
        }

        .metrics__table th,
        .metrics__table td {
            padding: 16px 24px;
            text-align: left;
            border-bottom: 1px solid #eee;
            font-size: 18px;
            font-weight: 500;
        }

        .metrics__table th {
            color: rgba(0, 0, 0, 1);
        }

        .metrics__table td:first-of-type {
            color: rgba(51, 51, 51, 1);
        }

        .metrics__table td:nth-of-type(2) {
            color: rgba(119, 119, 119, 1);
        }

        .metrics__table td:last-of-type {
            color: rgba(52, 168, 83, 1);
        }

        .metrics__table th {
            font-weight: 600;
            background-color: rgba(247, 247, 250, 1);
        }

        .metrics__table tbody tr:last-child td {
            border-bottom: none;
        }
    }

    .post-content__inner .post__quote {
        padding: 29px 24px 24px 24px;
        border-top: 5px solid #409A65;
        background-color: #EAEEEA;
        position: relative;

        h3 {
            margin: 0 0 24px 0;
            font-size: 32px;
            font-weight: 700;
            color: #282828;
            line-height: normal;
        }

        p {
            margin: 0;
            font-size: 16px;
            line-height: 1.5;
            color: #333333;
        }

        .button {
            display: block;
            width: fit-content;
            margin-top: 24px;
        }

        img {
            position: absolute;
            right: 24px;
            top: 29px;
            width: 164px;
            height: 164px;
            object-fit: cover;
        }
    }

    .post__sidebar {
        position: sticky;
        top: 130px;
        max-width: 251px;
        width: 100%;
    }

    .explore {
        margin-top: 80px;
    }

    .explore-title {
        margin: 0;
        margin-bottom: 40px;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        line-height: 120%;
    }

    .explore-items {
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }


    .explore-item {
        width: calc(33.3% - 12px);
        background: #FBFBFD;
        border: 1px solid #D5D9D9;
        padding: 16px;
        height: auto;
        border-radius: 13px;
        box-shadow: 8.84px 9.82px 24.55px -4.91px #0000000F;
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: space-between;
    }

    .explore-item__img {
        object-fit: cover;
        margin-bottom: 16px;
        border-radius: 11px;
        width: 100%;
    }

    .explore-item__title {
        font-weight: 600;
        font-size: 20px;
        color: #333333;
        margin-bottom: 16px;
        line-height: 1;
    }

    .explore-item__desc {
        font-weight: 500;
        font-size: 16px;
        line-height: 135%;
        color: #333333;
    }

    .explore-item .button {
        font-size: 16px;
    }


    .form__text_desc {
        font-size: 18px;
        color: rgba(51, 51, 51, 1);
    }

    .form__text_desc p:not(:last-child) {
        margin-bottom: 15px;
    }

    .button--download::before,
    .case-study__form_wrap::before {
        content: none;
    }

    .case-study__form {
        box-shadow: 0px 8px 16px -6px rgba(24, 39, 75, 0.08), 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
    }

    @media (max-width: 1200px){
        .explore {
            margin-top: 40px;
        }

        .explore-title {
            font-size: 32px;
        }

        .explore-items {
            flex-direction: column;
            gap: 24px;
        }

        .explore-item {
            width: 100%;
        }

        .explore-item .button {
            font-size: 16px;
            padding: 12px 16px;
        }
    }

    @media (max-width: 700px) {
        .post-content__right-sidebar {
            display: none;
        }
    }


    @media (max-width: 597px) {
        .hero {
            padding-bottom: 470px;
        }

        .hero__column {
            justify-content: center;

            .hero__img {
                max-width: 100%;
            }
        }

        .hero__column:nth-of-type(1) {
            margin-bottom: 20px;

            h1 {
                margin-bottom: 40px;
            }
        }

        .btn-popup {
            width: 100%;
            margin-bottom: 16px;
            justify-content: center;
            position: relative;

            svg {
                position: absolute;
                right: 16px;
            }
        }

        .company {
            margin-top: -470px;
        }

        .post-content__wrapper {
            flex-direction: column;
        }

        .post-content__inner {
            .company__stat-item {
                min-width: 335px;
            }
        }

        .company__info-list {
            flex-direction: column;
        }

        .post-content__inner {
            margin-right: unset;
        }

        .post-content__right-sidebar {
            display: none;
        }
    }
}