

/* Start:/company/payment-and-delivery/style.css?17854013031252*/
.delivery__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 77px;
    text-align: center;
}
.delivery__item {
    width: 20%;
    padding-bottom: 30px;
}
.delivery__picture {
    position: relative;
    width: 72%;
    margin: 0 auto 31px;
    border-radius: 50%;
    overflow: hidden;
}
.delivery__picture::before {
    content: '';
    padding-top: 100%;
    float: left;
}
.delivery__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.delivery__heading {
    margin-bottom: 10px;
}
.delivery__text {
    font-size: 18px;
}
.delivery__h3_small {
    margin-bottom: 22px;
}
.delivery__h4 {
    margin: 0 0 8px;
}
.delivery__p {
    margin-bottom: 20px;
}
.delivery__bg-img {
    width: 100%;
    margin-top: 55px;
    padding-top: 16%;
    background: url("/company/payment-and-delivery/delivery.jpg") no-repeat bottom center;
    background-size: contain;
}

@media (max-width: 1024px) {
    .delivery__item {
        width: 50%;
    }
}

@media (max-width: 510px) {
    .delivery__item {
        width: 100%;
    }
}

/* End */
/* /company/payment-and-delivery/style.css?17854013031252 */
