html {
    scroll-behavior: smooth;
}

body .right_block ul {
    margin: 0;
}

.text {
    margin: 0;
}

.title {
    margin: 0;
}

.delivery__section {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.delivery__section .title--small {
    margin: 0 0 12px;
    font-size: 22px;
}

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

.delivery__link {
    border-bottom: 2px solid #293287;
}

.delivery__img {
    display: flex;
    gap: 15px;
}

.delivery__img-item img {
    width: 100%;
}

.footnote {
    display: flex;
    gap: 22px;
}

.footnote::before {
    content: '';
    min-width: 3px;
    background: #293287;
}

.text--color,
.text--color b{
    color: #2E3092;
}

.delivery__section-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.attention {
    margin-top: 16px;
    font-size: 18px;
}

.delivery__section-sakhalinsk .delivery__img {
    margin-bottom: 0;
}

.delivery__section-sakhalinsk .delivery__section-info {
    gap: 8px;
}

.delivery__section-sakhalinsk .title {
    margin-bottom: 0;
}

.accordion-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.accordion-body div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.table-wrapper {
    overflow-x: auto;
}

.colored_table {
    min-width: 600px;
    border: 1px solid #e7e7e7;
}

.colored_table thead {
    font-size: 14px;
}

.colored_table .table-title {
    font-weight: bold;
    color: #ffd400;
    background: #2e3092;
}

.colored_table .table-title--left {
    padding-left: 10px;
    text-align: left;
}

body .colored_table tr td {
    padding: 8px 0;
    text-align: center;
}

@media (max-width: 500px) {
    .title--standard {
        font-size: 28px;
    }

    .delivery__img {
        flex-direction: column;
        gap: 8px;
    }

    body .item-accordion-wrapper {
        padding-bottom: 0;
    }

    body .accordion-type-2 .accordion-head {
        padding: 32px 55px;
    }

    body .accordion-type-2 .accordion-head .fa {
        left: 20px;
        top: 30px;
    }

    body .accordion-type-2 .panel-collapse .accordion-body {
        padding: 0 24px;
    }

    .accordion-body .title--standard {
        font-size: 24px;
    }
}
