body {
    background: white !important;
    font-family: 'Inter', sans-serif !important;
    color: #16242C !important;
    overflow-x: hidden;
}

.main-content-container.with-padding {
    max-width: 1180px;
    width: 100%;
    margin: 20px auto 100px;
}

@media (max-width: 767.98px) {
    .main-content-container.with-padding {
        max-width: none;
        width: 100%;
        padding: 16px;
        margin-bottom: 40px;
    }
}

.diff-hero-block__section {
  padding: 40px;
  background: linear-gradient(120.86deg, #FFFFFF 22.37%, #F7F8FA 41.94%);
  border: 1px solid #E3E5E5;
  border-radius: 14px;
  margin-bottom: 20px;
}
.diff-hero-block__title {
    font-size: 21px;
    font-weight: 700;
    color: #1C1C1C;
    margin-bottom: 28px;
    line-height: 100%;
}
.diff-hero-block__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #32393D;
    margin-bottom: 10px;
}
.diff-hero-block__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #8A8A8A;
}

.diff-table__section {
    width: 100%;
    background: #FFFFFF;
    overflow-x: auto;
    border: 1px solid #E8E9EB;
    border-radius: 12px;
}
.diff-table__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    letter-spacing: -2%;
    border: none;
}
/* Убираем внешние границы у крайних ячеек, чтобы не было двойной рамки */
.diff-table__table td:first-child,
.diff-table__table th:first-child {
    border-left: none;
}

.diff-table__table td:last-child,
.diff-table__table th:last-child {
    border-right: none;
}

.diff-table__table tr:first-child td,
.diff-table__table tr:first-child th {
    border-top: none;
}

.diff-table__table tr:last-child td {
    border-bottom: none;
}
/* Status badges */
.status-yes {
    display: inline-block;
    background: #CEFBE7;
    color: #12864A;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    width: 68px;
    border-radius: 1000px;
    border: 1px solid rgba(18, 134, 74, 0.26);
}
.status-no {
    display: inline-block;
    background: #FEF1F0;
    color: #773A3A;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    width: 68px;
    border-radius: 1000px;
    border: 1px solid rgba(127, 123, 123, 0.15);
}
.status-unclear {
    display: inline-block;
    background: #F2F4FA;
    color: #7B7E7F;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    width: 68px;
    border-radius: 1000px;
    border: 1px solid rgba(123, 126, 127, 0.15);
}
/* Section headers */
.section-header td {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #8A8A8A;
    padding: 8px 16px;
    text-align: center;
}

.diff-table__table td {
    border: 1px solid #E8E9EB;
}
.criteria-cell {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    padding: 14px 16px;
    vertical-align: middle;
    width: 347px;
}
.criteria-sub {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #909090;
    font-size: 12px;
    margin-top: 8px;
}
.value-cell {
    text-align: center;
    padding: 12px 6px;
    background: #ffffff;
    vertical-align: middle;
}
.brand-header {
    font-weight: 600;
    color: #32393D;
    padding: 13px 5px;
    text-align: center;
    border: 1px solid #E8E9EB;
    font-size: 16px;
    line-height: 28px;
}
.col-highlight {
    background: #F5FAFF;
}
.value-cell.highlight-cell {
    background: #F5FAFF;
}
tbody tr:hover .value-cell,
tbody tr:hover .criteria-cell {
    background: #f2f4f8;
}
tbody tr:hover .highlight-cell {
    background: #eeecf7;
}
.brand-header:first-child {
    text-align: left;
    padding-left: 16px;
}

.description__section{
    margin-top: 30px;
    padding: 23px 55px 27px 28px;
    border: 1px solid #E3E5E5;
    border-radius: 14px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(120.86deg, #FFFFFF 22.37%, #F7F8FA 41.94%);
}
.description__text{
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: -2%;
    color: #5D5D5D;
}

.summary-block__section{
    margin: 60px 0 139px 0;
}
.summary-block__title{
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    margin-bottom: 14px;
    text-align: center;
    color: #000000;
}
.summary-block__sub-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -2%;
    padding-bottom: 47px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #5D5D5D;
}
.summary-block__cards{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    align-content: flex-start;
    max-height: 700px;
    max-width: 980px;
}
.summary-block__card{
    box-sizing: border-box;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #E3E5E5;
    width: calc(50% - 10px);
}
.summary-block__card-num{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #5D5D5D;
    margin-bottom: 14px;
}
.summary-block__card-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 13px;
}
.summary-block__card-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -2%;
    color: #909090;
    margin-bottom: 14px;
    max-width: 406px;
}
.summary-block__card-desc:last-of-type{
    margin-bottom: 0;
}
.summary-block__card-list{
    margin-top: 14px;
    margin-bottom: 0;
    color: #909090;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -2%;
    padding: 0 0 0 20px;
}
.summary-block__card-list-itm{
    margin-bottom: 9px;
}
.summary-block__card-list-itm:last-of-type{
    margin-bottom: 0;
}
.summary-block__button{
    border-radius: 9px;
    background: linear-gradient(180deg, #2AABEE 0%, #229ED9 10000%);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    padding: 11px;
    color: #FFFFFF;
    max-width: 200px;
    margin: 33px auto 0 auto;
    text-align: center;
    cursor: pointer;
    display: block;
    transition: 0.2s ease;
}
.summary-block__button:hover{
    color: #d7d7d7;
}

@media (max-width: 800px) {
  .summary-block__section{
    margin-bottom: 0;
  }
  .summary-block__cards{
    flex-direction: row;
    max-height: none;
  }
  .summary-block__card{
    width: 100%;
  }
  .summary-block__card-desc{
    max-width: none;
  }
   .summary-block__card.card-1 {
    order: 1;
  }
   .summary-block__card.card-4 {
    order: 4;
  }
  .summary-block__card.card-2 {
    order: 3;
  }
  .summary-block__card.card-3 {
    order: 2;
  }
}



