.en-product-compare {
    max-width: 1440px;
    margin: 0 auto 0;
}

.en-product-compare__shell {
    padding: 80px 144px;
    background: #ffffff;
}

.en-product-compare__header {
    text-align: center;
}

.en-product-compare__panels {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel-left {
    margin: 60px 0;
    padding: 16px 0;
}

.panel-left-title {
    color: #7F8694 !important;

}

.panel-left-list {
    color: #7F8694 !important;

}

.en-product-compare__panel h3 {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #363b45;
    padding: 0 32px;
}

.en-product-compare__panel ul {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #363b45;
}



.en-product-compare__panel {

    border: 1px solid #eef1f6;
    border-radius: 16px 0 0 16px;
    background: #f9fafc;
}

.en-product-compare__panel.is-active {
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.18);
    padding: 32px 0;
    border-radius: 16px;
}


.en-product-compare__panel li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #4b5563;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 32px;
    border-top: 1px solid #e6e7ed;
}

.en-product-compare__panel img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 3px;
}

@media (min-width: 800px) and (max-width: 1023px) {
    .en-product-compare__shell {
        padding: 32px;
    }

    .en-product-compare__panels {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .en-product-compare__panel h3 {
        font-size: 24px;
    }
}

@media (max-width: 799px) {
    .en-product-compare {
        width: 100%;
        margin: 0 auto 48px;
    }

    .en-product-compare__shell {
        padding: 28px 16px;
        border-radius: 0;
    }

    .en-product-compare__panels {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .en-product-compare__panel h3 {
        font-size: 24px;
    }
}
