.delivery {
    padding-bottom: 100px;
}

.delivery__title {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 35px;
}

.delivery__block {
    overflow-x: auto;
    margin-left: calc((100vw - 1420px) / 2);
}

.delivery__items {
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    padding: 15px;
}

.delivery-item > a {
    flex-grow: 1;
}

.delivery-item {
    flex-direction: column;
    display: flex;
    padding-bottom: 1px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    flex: 0 0 330px;
}

.delivery-item.list-item img {
    margin: -21px;
    width: calc(100% + 40px);
    max-width: unset;
}

.delivery-item__img {
    text-align: center;
}

.delivery-item__title {
    font-size: 20px;
    color: #000;
    padding: 9px 10px 18px 15px;
}

.delivery-item__price {
    padding: 0 15px;
    font-weight: 800;
    font-size: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

.delivery-item__gram {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.delivery-item__btn {
    margin: 10px 15px 14px 15px;
    background: #a9d992;
    border-radius: 15px;
    height: 44px;
}

.delivery-item__btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
}

.delivery-item__discount {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #d24720;
    color: #fff;
    border-radius: 15px;
    width: 71px;
    height: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery__green {
    position: absolute;
    left: 15px;
    top: 10px;
}
.delivery-item__discount + .delivery__green{
    top: 47px;
}
.delivery__green span {
    width: 40px;
    background: #a9d992;
    border-radius: 15px;
    margin: 0 0 5px;
    height: 27px;
    text-align: center;
    padding-top: 3px;
    display: block;
}

.delivery__green img {
    max-width: 23px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    max-width: 1375px;
    margin-left: 15px;
}

@media (max-width: 1435px) {
    .delivery__block {
        max-width: 1435px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media (max-width: 960px) {
    .delivery {
        padding-bottom: 80px;
    }
    .delivery__title {
        font-size: 36px;
    }
    .delivery__block {
        max-width: unset;
        margin-left: calc((100vw - 700px) / 2);
    }
    .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        max-width: 640px;
    }
    .delivery__items {
        gap: 10px;
    }
    .delivery-item {
        flex: 0 0 205px;
        box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.15);
        border-radius: 9px;
    }
    .delivery-item.list-item {
        flex: 0 0 245px;
    }
    .delivery-item__title {
        font-size: 12px;
        padding: 5px 10px 10px 10px;
    }
    .delivery-item__price {
        font-size: 20px;
        padding: 0 10px;
    }
    .delivery-item__btn {
        margin: 10px;
        background: #a9d992;
        border-radius: 10px;
        height: 27px;
    }
    .delivery-item__btn a {
        font-size: 12px;
    }
    .delivery-item__discount {
        width: 45px;
        height: 15px;
        left: 10px;
        top: 10px;
        border-radius: 10px;
        font-size: 10px;
    }
    .delivery__green {
        left: 10px;
        top: 10px;
    }
    .delivery-item__discount + .delivery__green{
        top: 30px;
    }
    .delivery__green span {
        width: 25px;
        height: 15px;
        border-radius: 10px;
        padding: 0;
    }
    .delivery__green img {
        max-width: 15px;
    }
}

@media (max-width: 767px) {
    .delivery {
        padding-bottom: 50px;
    }
    .delivery__block {
        padding: 0 !important;
        margin: 0 auto !important;
    }
    .delivery__block .mCSB_horizontal.mCSB_inside>.mCSB_container {
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .delivery__block .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        margin: 0 30px;
    }
    .delivery__title {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .delivery__items {
        padding-bottom: 10px;
    }
    .delivery-item {
        flex: 0 0 160px;
        box-shadow: 0px 0px 7.25px 2.4px rgba(0, 0, 0, 0.15);
        border-radius: 7.25px;
    }
    .delivery-item.list-item {
        flex: 0 0 215px;
    }
    .delivery-item__btn {
        border-radius: 5px;
    }
}
