*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

ul[role=list], ol[role=list] {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img, picture, svg, video, canvas {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
}

input, button, textarea, select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition: none;
    }
}

body, html {
    height: 100%;
    scroll-behavior: smooth;
}

.express {
    font-family: Ubuntu, serif;
    color: #181D27;
}

.express__header-title {
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 3px solid #FF8800;
    margin-bottom: 40px;
}
.express__header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    color: #222222;
    gap: 60px;
}

.express__header-intro {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.express__image-first img, .express__image-last img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.express__image-last {
    margin: 60px 0;
}

.express__functions, .express__advantages {
    margin: 40px 0;
}

.express__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
}

.express__lists {
    display: flex;
    gap: 30px;
}

.express__lists .express__list {
    flex: 1;
}

.express__lists .express__list-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 12px;
    color: #222222;
}

.express__lists .express__list ul {
    list-style: none;
}

.express__lists .express__list ul li {
    position: relative;
    padding-left: 20px;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.express__lists .express__list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: #FF8800;
}

.express__advantages-list {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.express__advantages-list-item {
    flex: 1;
}

.detail .express__advantages-list-item img {
    width: 75px;
    height: 75px;
    margin-bottom: 26px;
}

.express__advantages-list-item-text h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222222;
    margin: 0 0 10px 0;
}

.express__advantages-list-item-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #54585C;
}

.express__awards {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #54585C;
}

.express__action button {
    width: 227px;
    padding: 16px 30px 16px 30px;
    border-radius: 6px;
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.capitalize {
    text-transform: capitalize;
}


@media (max-width: 1024px) {
    .detail .express__advantages-list-item img {
        width: 50px;
        height: 50px;
    }

    .express__advantages-list {
        flex-direction: column;
    }

    .express__advantages-list-item {
        display: flex;
    }

    .express__advantages-list-item-text {
        margin-left: 26px;
    }

    .express__header-intro {
        font-size: 14px;
        line-height: 22px;
    }

    .express__image-last {
        margin: 40px 0;
    }
}

@media (max-width: 600px) {
    .express__header {
        flex-direction: column;
        align-items: start;
        gap: 40px;
    }
}

@media (max-width: 400px) {
    .express__lists {
        flex-direction: column;
    }

    .express__image-last {
        margin: 30px 0;
    }

    .express__action {
        text-align: center;
    }
}

.express__wrap {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .express.right_block {
        float: right;
        width: calc(100% - 264px);
        position: relative;
    }
}
@media (max-width: 991px) {
    .express__wrap {
        margin-top: 20px;
    }
}

.express__wrap .left_menu li {
    padding-left: 0;
    margin: 0;
}

.express__wrap .left_menu > li:hover > a,
.express__wrap .left_menu > li.selected > a {
    background-color: #e69c00;
    color: #fff;
}

.express__image-first img {
    width: unset;
    height: auto;
}

.express__header img {
    max-width: 212px;
}

.detail .express__advantages-list-item img {
    max-width: 75px;
    height: 75px;
    object-fit: cover;
    margin-bottom: 26px;
}

.express__wrap .left_menu > li > a {

    padding: 14px 20px;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 1024px) {
    body .wrapper_inner, body .top_inner_block_wrapper.maxwidth-theme {
        padding: 0px 0px;
    }
}
@media (max-width: 1024px) {
    .express__wrap .left_menu > li > a {
        padding: 12px 18px;
    }

    .express__header {
        gap: 40px;
    }

    .detail .express__advantages-list-item img {
        max-width: 50px;
        height: 50px;
        margin: 0;
    }

    .detail .express__advantages-list-item-text p {
        margin-bottom: 0;
    }

    .express__advantages-list {
        gap: 26px;
    }

    .express__awards {
        font-weight: normal;
    }


}

@media (max-width: 430px) {
    .express__header img {
        margin-left: 0;
    }

    .express__image-first img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 20px;
    }

    .express__wrap .right_block ul {
        margin: 0;
    }

    .express__title {
        font-size: 16px;
        font-weight: bold;
    }

    .express__image-last img {
        width: 100%;
        height: 376px;
        object-fit: cover;
        border-radius: 20px;
    }
}
.detail .express__header img {
    max-width: 212px;
    max-height: 84px;
    object-fit: cover;
    object-position: center;
}
.express__action .btn-default {
    border-radius:6px;
}