.delivery__city {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--bg-bg-accent);
}

.delivery__city-arrow {
    width: 24px;
    height: 24px;
    fill: #00BF6F;
    flex: none;
    margin-top: 4px;
}

.delivery__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}

.delivery__list:not(:first-child) {
    margin-top: 16px;
}

.delivery__item {
    width: calc(50% - 6px);
    background: var(--bg-bg-secondary);
    padding: 32px;
}

.delivery__item-title {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.delivery__item-title:not(:last-child) {
    margin-bottom: 16px;
}

.delivery__item-name {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--bg-bg-button-chips);
}

.delivery__item-price {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--bg-bg-button-chips);
}

.delivery__item-price b {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
}

.delivery__item-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--tx-tx-footer);
    margin-bottom: 6px;
}

.delivery__item-text,
.delivery__item-days {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--bg-bg-button-chips);
}

.delivery__item-text b {
    font-family: var(--font-family);
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
}

.delivery__item-days b {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 12px;
    line-height: 128%;
    text-transform: uppercase;
    color: var(--bg-bg-button-chips);
}

.delivery__item-text p:not(:last-child) {
    margin-bottom: 6px;
}

.delivery__item-days p:not(:last-child) {
    margin-bottom: 2px;
}

.delivery__notes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delivery__notes:not(:first-child) {
    margin-top: 20px;
}

.delivery__notes-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    line-height: 132%;
    letter-spacing: -0.02em;
    color: var(--bg-bg-button-chips);
}

.delivery__notes-item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../../img/icon-message.svg') no-repeat center;
    flex: none;
}

.delivery__notes-item b {
    font-family: var(--font-family);
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
}

.delivery__notes-item:not(:last-child) {
    margin-bottom: 8px;
}

.delivery__notes-text {
    align-self: center;
}

.delivery__transport {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: var(--bg-bg-button-chips);
}

.delivery__transport a {
    color: var(--bg-bg-accent);
}

.delivery__transport p:not(:last-child) {
    margin-bottom: 12px;
}

.payment__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.payment__list:not(:first-child) {
    margin-top: 16px;
}

.payment__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: calc(22% - 7.5px);
    background: var(--bg-bg-secondary);
    padding: 32px 32px 32px 28px;
}

.payment__item:nth-child(2n+1) {
    width: calc(28% - 7.5px);
}

.payment__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 32px;
    height: 32px;
}

.payment__item-icon img {
    max-height: 100%;
}

.payment__item-content {
    flex: 1 1 auto;
}

.payment__item-name {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--bg-bg-button-chips);
}

.payment__item-text {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--tx-tx-secondary);
}

.payment__item-text:not(:first-child) {
    margin-top: 6px;
}

.payment__notes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment__notes:not(:first-child) {
    margin-top: 20px;
}

.payment__notes-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    line-height: 132%;
    letter-spacing: -0.02em;
    color: var(--bg-bg-button-chips);
}

.payment__notes-item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../../img/icon-message.svg') no-repeat center;
    flex: none;
}

.payment__notes-item b {
    font-family: var(--font-family);
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
}

.payment__notes-item:not(:last-child) {
    margin-bottom: 8px;
}

.payment__notes-text {
    align-self: center;
}

.returns__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: var(--bg-bg-button-chips);
}

@media (max-width: 1432px) {
    .payment__item,
    .payment__item:nth-child(2n+1) {
        width: calc(25% - 7.5px);
    }
}

@media (max-width: 1170px) {
    .payment__item,
    .payment__item:nth-child(2n+1) {
        width: calc(50% - 5px);
    }
}

@media (max-width: 767px) {
    .delivery__city {
        font-size: 20px;
        line-height: 112%;
    }

    .delivery__city-arrow {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }

    .delivery__item {
        width: 100%;
        padding: 24px 20px;
    }

    .delivery__item-title {
        gap: 2px;
    }

    .payment__item,
    .payment__item:nth-child(2n+1) {
        width: 100%;
    }

    .payment__item {
        padding: 24px 20px 28px;
        gap: 12px;
    }

    .bx-popover {
        display: none!important;
    }
}