section{
    padding-bottom: 0 !important;
}
.payment-delivery-banner img{
    border-radius: 1rem;
}


h1{
    font-size: var(--s28);
    font-weight: 700;
    margin-bottom: 2rem;
}
.contact-block-title {
    color: rgba(67, 101, 175, 1);
    font-size: var(--s18);
    font-weight: 600;
    margin-bottom: .9rem;
}
.payment-info {
    border-top: 1px solid rgba(219, 219, 219, 1);
    padding: 0.5rem 0 2rem 0;

}
.payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.payment-small-title {
    font-size: var(--s15);
    font-weight: 600;
    margin: 1.31rem 0 .8rem 0;
}

.payment-card p,
.payment-card li {
    font-size: var(--s15);
    font-weight: 400;
}
.payment-ul {
    margin-bottom: 1.9rem;
}
.payment-ul li {
    padding: .625rem 1.4rem;
}
.payment-ul li:nth-child(odd) {
    background: rgba(242, 242, 242, 1);
}

.payment-ul li:nth-child(even) {
    background: rgba(251, 251, 251, 1);
}

.payment-a {
    text-decoration: underline;
    color: #337AB7;
}

.courier-info{
    margin-top: 2rem;
    padding: 0.5rem 0 2rem 0;
}
.courier-container .courier-small-title {
    font-size: var(--s15);
    font-weight: 600;

    margin: 1.31rem 0 .8rem 0;
}
.courier-container p,
.courier-container li {
    font-size: var(--s15);
    font-weight: 400;
}
.courier-ul {
    margin-bottom: 1.9rem;
}
.courier-ul li {
    padding: .625rem 1.4rem;
}
.courier-ul li:nth-child(odd) {
    background: rgba(242, 242, 242, 1);
}

.courier-ul li:nth-child(even) {
    background: rgba(251, 251, 251, 1);
}

.courier-a {
    text-decoration: underline;
    color: #337AB7;
}
.brands-info {
    padding: 1.7rem 2.4rem;
    margin-bottom: 4rem;
    font-size: var(--s13);
    font-weight: 400;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 1);
    color: var(--cl-greenish-wet-asphalt);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;

}
.brands-left {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    padding-right: 2rem;
    position: relative;
    border-right: 1px solid rgba(219, 219, 219, 1);
}
.brands-left span{
    font-weight: 600;
}

.brands-right {
    display: flex;
    align-items: center;
    gap: 3.6rem;
    justify-content: space-between;
}
.delivery-card {
    display: flex;
    flex-direction: column; /* шапка сверху, тело растягивается */
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
}

.delivery-header {
    background: rgba(247, 247, 247, 1);
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    padding: 1.6rem 2.4rem;
    flex-shrink: 0; /* фиксирует шапку */
}

.delivery-small-title {
    font-size: var(--s20);
    font-weight: 600;
    color: rgba(67, 101, 175, 1);
    margin: 0;
}

.delivery-body {
    display: flex;
    justify-content: space-between;
    align-items: center; /* центрирует контент по вертикали */
    padding: 2.4rem;
    flex: 1; /* растягивает тело на всю оставшуюся высоту карточки */
}

.delivery-left {
    display: flex;
    flex-direction: column;
    justify-content: center; /* текст по центру по высоте */
}

.delivery-left p {
    font-size: var(--s15);
    font-weight: 400;
    color: #000;
    margin: 0;
}

.delivery-a {
    color: rgba(67, 101, 175, 1);
    text-decoration: none;
    font-weight: 600;
}

.delivery-right {
    display: flex;
    align-items: center;
}

.delivery-right img {
    height: 6.4rem;
    object-fit: contain;
}