/* css */
/* style page */
body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1408px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.header-box {
    position: relative;
    margin-bottom: 222px;
    margin-top: 50px;
}
.header-box::before {
    position: absolute;
    content: "";
    background-image: url('img/bg-express-full.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    top: 0;
    left: 50%;
    margin-top: -80px;
    transform: translateX(-50%);
    display: block;
    width: 100vw;
    height: 100%;
    min-height: 460px;
}
.header-box .header__title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.005em;
    color: #fff;
    z-index: 6;
}
.header-box .header-box__inner {
    width: 50%;
    margin-bottom: 50px;
    position: relative;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    z-index: 6;
}
.header-box__text-bottom {
    text-align: center;
}
.header-box .header-box__text-top {
    display: flex;
    justify-content: flex-start;
}
.header-box .header-box__text-bottom {
    display: flex;
    justify-content: center;
}
.header-box .header-box__text-top div:not(:last-child),
.header-box .header-box__text-bottom div:not(:last-child) {
    margin-right: 30px;
}
.header-box .header-box__text-top div span,
.header-box .header-box__text-bottom div span {
    position: relative;
    display: inline-block;
    text-align: left;
}
.header-box .header-box__text-top {
    margin-bottom: 35px;
}
.header-box__text-1 span::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 32px;
    top: 0;
    left: 0;
    background-image: url('img/weight.svg');
}
.header-box__text-1 span {
    padding-left: 45px;
}
.header-box__text-2 span::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background-image: url('img/time.svg');
}
.header-box__text-2 span {
    padding-left: 46px;
}
.header-box__text-3 span::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 27px;
    top: 0;
    left: 0;
    background-image: url('img/diagonal.svg');
}
.header-box__text-3 span {
    padding-left: 42px;
}
.header-box__text-4 span::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 33px;
    top: 0;
    left: 0;
    background-image: url('img/location-express.svg');
}
.header-box__text-4 span {
    padding-left: 40px;
}
.header-box__text-5 span::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 24px;
    top: 0;
    left: 0;
    background-image: url('img/size-express.svg');
}
.header-box__text-5 span {
    padding-left: 65px;
}

.section-title {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.005em;
    color: #333333;
}

.header-desc {
    margin-bottom: 50px;
}
.header-desc__title {
    color: #000;
    margin-bottom: 30px;
}
.header-desc__text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #333333;
}

.checkout {
    background: linear-gradient(256.2deg, rgba(255, 255, 255, 1) -0.03%, #F5F5FD 40.37%);
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
    border-radius: 20px;
    padding: 38px 15px 36px 44px;
    margin-bottom: 50px;
}
.checkout__title {
    padding-left: 19px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 38px;
}
.checkout-title-mobile {
    display: none;
}
.checkout__wrapper {
    display: flex;
}
.checkout__inner-left {
    margin-right: 30px;
    width: 63%;
}
.checkout__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 77%;
    margin-bottom: 30px;
}
.checkout__list li {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #333333;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
}
.checkout__list li:before {
    display: none;
    margin: 0;
}
.checkout__list span {
    position: relative;
    margin-right: 16px;
    flex-shrink: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000066;
    border-radius: 50%;
}
.checkout__img {
    max-width: 472px;
}
.checkout__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.checkout__table {
    overflow-x: auto;
}
.table {
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
}
.table-mobile {
    display: none;
}
.table tr td {
    background-color: #FFFFFF;
}
.table .table-tr td, 
.table .table-td {
    background-color: rgba(221, 217, 217, 0.438);
}
.table .table-tr td {
    font-weight: 600;
}
.table th, 
.table td {
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
    color: #475054;
    font-size: 12px;
    text-align: center;
}
.table th, td {
    padding: 10px 10px;
    
}
td.table-td-8 {
    text-align: left;
}
.table-th-1 {
    width: 84px;
}
.table-th-2 {
    width: 89px;
}
.table-th-3 {
    width: 120px;
}
.table-th-4 {
    width: 76px;
}
.table-th-5 {
    width: 130px;
}
.table.table-th-6 {
    width: 205px;
}


.description {
    margin-bottom: 70px;
}
.description__wrapper {
    display: flex;
    justify-content: space-between;
}
.description__item {
    width: 645px;
    height: 285px;
    background: linear-gradient(93.67deg, rgba(235, 234, 234, 0.5) 0%, rgba(41, 146, 217, 0.135) 100%);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.18);
    border-radius: 9px;
    display: flex;
}
.description__title {
    text-align: left;
    margin-bottom: 30px;
}
.description__text {
    padding: 35px 17px 40px 45px;
}
.description__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.description__list li {
    position: relative;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.005em;
    margin-bottom: 10px;
    padding-left: 25px;
}
ul.description__list li::before {
    position: absolute;
    content: "" !Important;
    background-image: url('img/desc-marker.svg');
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    top: 7px;
    left: 0;
}

.delivery__btn-sale {
    text-align: center;
    margin-bottom: 100px;
}
.delivery__btn-sale .btn-sale {
    padding: 11px 20px;
    border: 1px solid #000066;
    border-radius: 3px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #000066;
    transition: all 0.6s;
}
.delivery__btn-sale .btn-sale:hover {
    color: #FFFFFF;
    background-color: #000066;
}

/* media */
@media screen and (min-width: 320px) and (max-width: 359px) {
    .container {
        max-width: 390px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-box {
        margin-bottom: -72px;
    }
    .header-box .header-box__text-top div:not(:last-child), 
    .header-box .header-box__text-bottom div:not(:last-child) {
        margin-right: 0px;
    }
    .header-box::before {
        position: absolute;
        content: "";
        background-image: url('img/bg-express-min.png');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: contain;
        top: 0;
        left: 50%;
        margin-top: -80px;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 460px;
    }
    .header-box .header__title {
        padding-top: 180px;
        color: #000066;
        text-align: center;
        font-size: 25px;
        line-height: 33px;
    }
    .header-box .header-box__inner {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #000066;
    }
    .header-box__inner {
        display: flex;
        justify-content: space-between;
    }
    .header-box__text-top {
        width: 50%;
    }
    .header-box__text-bottom {
        width: 50%;
    }
    .header-box .header-box__text-bottom {
        justify-content: flex-start;
    }
    .header-box__text-top,
    .header-box__text-bottom {
        display: flex;
        flex-direction: column;
    }
    .header-box__text-top div,
    .header-box__text-bottom div {
        margin-bottom: 25px;
    }
    .header-box__text-4 {
        order: 2;
    }
    .header-box__text-5 {
        order: 1;
    }
    .header-box__text-1 span::before {
        width: 17px;
        height: 18px;
        background-image: url('img/weight-blue.svg');
    }
    .header-box__text-1 span {
        padding-left: 25px;
    }
    .header-box__text-2 span::before {
        width: 17px;
        height: 17px;
        background-image: url('img/time-blue.svg');
    }
    .header-box__text-2 span {
        padding-left: 25px;
    }
    .header-box__text-3 span::before {
        width: 15px;
        height: 15px;
        background-image: url('img/diagonal-blue.svg');
    }
    .header-box__text-3 span {
        padding-left: 25px;
    }
    .header-box__text-4 span::before {
        width: 13px;
        height: 17px;
        background-image: url('img/location-express-blue.svg');
    }
    .header-box__text-4 span {
        padding-left: 25px;
    }
    .header-box__text-5 span::before {
        width: 25px;
        height: 15px;
        background-image: url('img/size-express-blue.svg');
    }
    .header-box__text-5 span {
        padding-left: 38px;
    }
    .section-title {
        font-size: 20px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .checkout__title {
        display: none;
    }
    .checkout-title-mobile {
        display: block;
        font-size: 22px;
        line-height: 30px;
    }
    .checkout__list {
        margin: 0 auto;
    }
    .checkout__list li {
        flex-direction: column;
        align-items: center;
    }
    .checkout__list span {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: block;
    }
    .table-mobile .table-td {
        font-weight: 600;
        text-align: left;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        max-width: 285px;
        max-height: 595px;
        height: auto;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .description__img {
        order: 1;
        text-align: right;
    }
    .description__text {
        order: 2;
        padding: 20px 22px 40px 22px;
    }
    .section-title {
        font-size: 20px;
        line-height: 29px;
        text-align: center;
    }
    .description__text-box {
        text-align: center;
    }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
    .container {
        max-width: 330px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-box {
        margin-bottom: -72px;
    }
    .header-box .header-box__text-top div:not(:last-child), 
    .header-box .header-box__text-bottom div:not(:last-child) {
        margin-right: 0px;
    }
    .header-box::before {
        position: absolute;
        content: "";
        background-image: url('img/bg-express-min.png');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: contain;
        top: 0;
        left: 50%;
        margin-top: -80px;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 460px;
    }
    .header-box .header__title {
        padding-top: 205px;
        color: #000066;
        text-align: center;
        font-size: 30px;
        line-height: 33px;
    }
    .header-box .header-box__inner {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #000066;
    }
    .header-box__inner {
        display: flex;
        justify-content: space-between;
    }
    .header-box__text-top {
        width: 50%;
    }
    .header-box__text-bottom {
        width: 50%;
    }
    .header-box .header-box__text-bottom {
        justify-content: flex-start;
    }
    .header-box__text-top,
    .header-box__text-bottom {
        display: flex;
        flex-direction: column;
    }
    .header-box__text-top div,
    .header-box__text-bottom div {
        margin-bottom: 25px;
    }
    .header-box__text-4 {
        order: 2;
    }
    .header-box__text-5 {
        order: 1;
    }
    .header-box__text-1 span::before {
        width: 17px;
        height: 18px;
        background-image: url('img/weight-blue.svg');
    }
    .header-box__text-1 span {
        padding-left: 25px;
    }
    .header-box__text-2 span::before {
        width: 17px;
        height: 17px;
        background-image: url('img/time-blue.svg');
    }
    .header-box__text-2 span {
        padding-left: 25px;
    }
    .header-box__text-3 span::before {
        width: 15px;
        height: 15px;
        background-image: url('img/diagonal-blue.svg');
    }
    .header-box__text-3 span {
        padding-left: 25px;
    }
    .header-box__text-4 span::before {
        width: 13px;
        height: 17px;
        background-image: url('img/location-express-blue.svg');
    }
    .header-box__text-4 span {
        padding-left: 25px;
    }
    .header-box__text-5 span::before {
        width: 25px;
        height: 15px;
        background-image: url('img/size-express-blue.svg');
    }
    .header-box__text-5 span {
        padding-left: 38px;
    }
    .section-title {
        font-size: 20px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .checkout__title {
        display: none;
    }
    .checkout-title-mobile {
        display: block;
        font-size: 22px;
        line-height: 30px;
    }
    .checkout__list {
        margin: 0 auto;
    }
    .checkout__list li {
        flex-direction: column;
        align-items: center;
    }
    .checkout__list span {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: block;
    }
    .table-mobile .table-td {
        font-weight: 600;
        text-align: left;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        max-width: 330px;
        max-height: 595px;
        height: auto;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .description__img {
        order: 1;
        text-align: right;
    }
    .description__text {
        order: 2;
        padding: 35px 22px 40px 22px;
    }
    .section-title {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
    }
    .description__text-box {
        text-align: center;
    }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
    .container {
        max-width: 345px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-box {
        margin-bottom: -72px;
    }
    .header-box .header-box__text-top div:not(:last-child), 
    .header-box .header-box__text-bottom div:not(:last-child) {
        margin-right: 0px;
    }
    .header-box::before {
        position: absolute;
        content: "";
        background-image: url('img/bg-express-min.png');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: contain;
        top: 0;
        left: 50%;
        margin-top: -80px;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 460px;
    }
    .header-box .header__title {
        padding-top: 225px;
        color: #000066;
        text-align: center;
        font-size: 30px;
        line-height: 33px;
    }
    .header-box .header-box__inner {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #000066;
    }
    .header-box__inner {
        display: flex;
        justify-content: space-between;
    }
    .header-box__text-top {
        width: 50%;
    }
    .header-box__text-bottom {
        width: 50%;
    }
    .header-box .header-box__text-bottom {
        justify-content: flex-start;
    }
    .header-box__text-top,
    .header-box__text-bottom {
        display: flex;
        flex-direction: column;
    }
    .header-box__text-top div,
    .header-box__text-bottom div {
        margin-bottom: 25px;
    }
    .header-box__text-4 {
        order: 2;
    }
    .header-box__text-5 {
        order: 1;
    }
    .header-box__text-1 span::before {
        width: 17px;
        height: 18px;
        background-image: url('img/weight-blue.svg');
    }
    .header-box__text-2 span::before {
        width: 17px;
        height: 17px;
        background-image: url('img/time-blue.svg');
    }
    .header-box__text-3 span::before {
        width: 15px;
        height: 15px;
        background-image: url('img/diagonal-blue.svg');
    }
    .header-box__text-4 span::before {
        width: 13px;
        height: 17px;
        background-image: url('img/location-express-blue.svg');
    }
    .header-box__text-5 span::before {
        width: 25px;
        height: 15px;
        background-image: url('img/size-express-blue.svg');
    }
    .section-title {
        font-size: 20px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .checkout__title {
        display: none;
    }
    .checkout-title-mobile {
        display: block;
        font-size: 22px;
        line-height: 30px;
    }
    .checkout__list {
        margin: 0 auto;
    }
    .checkout__list li {
        flex-direction: column;
        align-items: center;
    }
    .checkout__list span {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: block;
    }
    .table-mobile .table-td {
        font-weight: 600;
        text-align: left;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        max-width: 345px;
        max-height: 595px;
        height: auto;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .description__img {
        order: 1;
        text-align: right;
    }
    .description__text {
        order: 2;
        padding: 35px 22px 40px 22px;
    }
    .section-title {
        font-size: 26px;
        line-height: 35px;
        text-align: center;
    }
    .description__text-box {
        text-align: center;
    }
}
@media screen and (min-width: 414px) and (max-width: 479px) {
    .container {
        max-width: 384px;
    }
    .header-box {
        margin-bottom: -72px;
    }
    .header-box .header-box__text-top div:not(:last-child), 
    .header-box .header-box__text-bottom div:not(:last-child) {
        margin-right: 0px;
    }
    .header-box::before {
        position: absolute;
        content: "";
        background-image: url('img/bg-express-min.png');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: contain;
        top: 0;
        left: 50%;
        margin-top: -80px;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 460px;
    }
    .header-box .header__title {
        padding-top: 250px;
        color: #000066;
        text-align: center;
        font-size: 30px;
        line-height: 33px;
    }
    .header-box .header-box__inner {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #000066;
    }
    .header-box__inner {
        display: flex;
        justify-content: space-between;
    }
    .header-box__text-top {
        width: 50%;
    }
    .header-box__text-bottom {
        width: 50%;
    }
    .header-box .header-box__text-bottom {
        justify-content: flex-start;
    }
    .header-box__text-top,
    .header-box__text-bottom {
        display: flex;
        flex-direction: column;
    }
    .header-box__text-top div,
    .header-box__text-bottom div {
        margin-bottom: 25px;
    }
    .header-box__text-4 {
        order: 2;
    }
    .header-box__text-5 {
        order: 1;
    }
    .header-box__text-1 span::before {
        width: 17px;
        height: 18px;
        background-image: url('img/weight-blue.svg');
    }
    .header-box__text-2 span::before {
        width: 17px;
        height: 17px;
        background-image: url('img/time-blue.svg');
    }
    .header-box__text-3 span::before {
        width: 15px;
        height: 15px;
        background-image: url('img/diagonal-blue.svg');
    }
    .header-box__text-4 span::before {
        width: 13px;
        height: 17px;
        background-image: url('img/location-express-blue.svg');
    }
    .header-box__text-5 span::before {
        width: 25px;
        height: 15px;
        background-image: url('img/size-express-blue.svg');
    }
    .section-title {
        font-size: 20px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .checkout__title {
        display: none;
    }
    .checkout-title-mobile {
        display: block;
        font-size: 22px;
        line-height: 30px;
    }
    .checkout__list {
        margin: 0 auto;
    }
    .checkout__list li {
        flex-direction: column;
        align-items: center;
    }
    .checkout__list span {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: block;
    }
    .table-mobile .table-td {
        font-weight: 600;
        text-align: left;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        max-width: 354px;
        max-height: 595px;
        height: auto;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .description__img {
        order: 1;
        text-align: right;
    }
    .description__text {
        order: 2;
        padding: 35px 22px 40px 22px;
    }
    .section-title {
        font-size: 26px;
        line-height: 35px;
        text-align: center;
    }
    .description__text-box {
        text-align: center;
    }
}
@media screen and (min-width: 480px) and (max-width: 539px) {
    .container {
        max-width: 450px;
    }
    .header-box {
        margin-bottom: -72px;
    }
    .header-box::before {
        position: absolute;
        content: "";
        background-image: url('img/bg-express-min.png');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: contain;
        top: 0;
        left: 50%;
        margin-top: -80px;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 460px;
    }
    .header-box .header__title {
        padding-top: 285px;
        color: #000066;
        text-align: center;
        font-size: 30px;
        line-height: 33px;
    }
    .header-box .header-box__inner {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #000066;
    }
    .header-box__inner {
        display: flex;
        justify-content: space-between;
    }
    .header-box__text-top {
        width: 50%;
    }
    .header-box__text-bottom {
        width: 50%;
    }
    .header-box .header-box__text-bottom {
        justify-content: flex-start;
    }
    .header-box__text-top,
    .header-box__text-bottom {
        display: flex;
        flex-direction: column;
    }
    .header-box__text-top div,
    .header-box__text-bottom div {
        margin-bottom: 25px;
    }
    .header-box__text-4 {
        order: 2;
    }
    .header-box__text-5 {
        order: 1;
    }
    .header-box__text-1 span::before {
        width: 17px;
        height: 18px;
        background-image: url('img/weight-blue.svg');
    }
    .header-box__text-2 span::before {
        width: 17px;
        height: 17px;
        background-image: url('img/time-blue.svg');
    }
    .header-box__text-3 span::before {
        width: 15px;
        height: 15px;
        background-image: url('img/diagonal-blue.svg');
    }
    .header-box__text-4 span::before {
        width: 13px;
        height: 17px;
        background-image: url('img/location-express-blue.svg');
    }
    .header-box__text-5 span::before {
        width: 25px;
        height: 15px;
        background-image: url('img/size-express-blue.svg');
    }
    .section-title {
        font-size: 20px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .checkout__title {
        display: none;
    }
    .checkout-title-mobile {
        display: block;
        font-size: 22px;
        line-height: 30px;
    }
    .checkout__list {
        margin: 0 auto;
    }
    .checkout__list li {
        flex-direction: column;
        align-items: center;
    }
    .checkout__list span {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: block;
    }
    .table-mobile .table-td {
        font-weight: 600;
        text-align: left;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        max-width: 420px;
        max-height: 595px;
        height: auto;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .description__img {
        order: 1;
        text-align: right;
    }
    .description__text {
        order: 2;
        padding: 35px 22px 40px 22px;
    }
    .section-title {
        font-size: 26px;
        line-height: 35px;
        text-align: center;
    }
    .description__text-box {
        text-align: center;
    }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
    .container {
        max-width: 510px;
    }
    .header-box {
        margin-bottom: -72px;
    }
    .header-box::before {
        position: absolute;
        content: "";
        background-image: url('img/bg-express-full.png');
        background-repeat: no-repeat;
        background-position: 64% 0;
        top: 0;
        left: 50%;
        margin-top: -80px;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 460px;
    }
    .header-box .header__title {
        padding-top: 390px;
        color: #000066;
        text-align: center;
        font-size: 30px;
        line-height: 33px;
    }
    .header-box .header-box__inner {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #000066;
    }
    .header-box__inner {
        display: flex;
        justify-content: space-between;
    }
    .header-box__text-top {
        width: 50%;
    }
    .header-box__text-bottom {
        width: 50%;
    }
    .header-box .header-box__text-bottom {
        justify-content: flex-start;
    }
    .header-box__text-top,
    .header-box__text-bottom {
        display: flex;
        flex-direction: column;
    }
    .header-box__text-top div,
    .header-box__text-bottom div {
        margin-bottom: 25px;
    }
    .header-box__text-4 {
        order: 2;
    }
    .header-box__text-5 {
        order: 1;
    }
    .header-box__text-1 span::before {
        width: 17px;
        height: 18px;
        background-image: url('img/weight-blue.svg');
    }
    .header-box__text-2 span::before {
        width: 17px;
        height: 17px;
        background-image: url('img/time-blue.svg');
    }
    .header-box__text-3 span::before {
        width: 15px;
        height: 15px;
        background-image: url('img/diagonal-blue.svg');
    }
    .header-box__text-4 span::before {
        width: 13px;
        height: 17px;
        background-image: url('img/location-express-blue.svg');
    }
    .header-box__text-5 span::before {
        width: 25px;
        height: 15px;
        background-image: url('img/size-express-blue.svg');
    }
    .section-title {
        font-size: 20px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .checkout__title {
        display: none;
    }
    .checkout-title-mobile {
        display: block;
        font-size: 22px;
        line-height: 30px;
    }
    .checkout__list {
        margin: 0 auto;
    }
    .checkout__list li {
        flex-direction: column;
        align-items: center;
    }
    .checkout__list span {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: block;
    }
    .table-mobile .table-td {
        font-weight: 600;
        text-align: left;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        max-width: 480px;
        max-height: 595px;
        height: auto;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .description__img {
        order: 1;
        text-align: right;
    }
    .description__text {
        order: 2;
        padding: 35px 22px 40px 22px;
    }
    .section-title {
        font-size: 26px;
        line-height: 35px;
        text-align: center;
    }
    .description__text-box {
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        max-width: 738px;
    }
    .header-box .header-box__text-top div:not(:last-child),
    .header-box .header-box__text-bottom div:not(:last-child) {
        margin-right: 15px;
    }    
    .header-box .header-box__inner {
        width: 66%;
        font-size: 13px;
        line-height: 18px;
    }
    .section-title {
        font-size: 26px;
        line-height: 28px;
    }
    .header-box .header-box__text-top {
        margin-bottom: 29px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        margin-bottom: 45px;
        width: 685px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
    .container {
        max-width: 930px;
    }
    .header-box .header-box__text-top div:not(:last-child),
    .header-box .header-box__text-bottom div:not(:last-child) {
        margin-right: 21px;
    }    
    .header-box .header-box__inner {
        width: 56%;
        font-size: 15px;
    }
    .section-title {
        font-size: 26px;
        line-height: 28px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        margin-bottom: 45px;
        width: 685px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .container {
        max-width: 994px;
    }
    .header-box .header-box__inner {
        width: 56%;
        font-size: 15px;
    }
    .section-title {
        font-size: 26px;
        line-height: 28px;
    }
    .checkout {
        padding-left: 22px;
        padding-right: 22px;
    }
    .checkout__title {
        text-align: center;
    }
    .checkout__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .checkout__img {
        order: 1;
    }
    .checkout__inner-left {
        order: 2;
        width: 100%;
    }
    .description__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .description__item {
        margin-bottom: 45px;
        width: 685px;
    }

}