<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-delivery-targets {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #F3F5F8;
}

@media (min-width: 1024px) {
    .section-delivery-targets {
        padding-top: 80px;
        padding-bottom: 60px;
    }

.section-delivery-targets--v1 {
        padding-top: 0;
        padding-bottom: 10px;
    }
.section-delivery-targets--v2 {
        padding-top: 30px;
    }
}

.section-delivery-targets__title {
    margin-bottom: 40px;
}

.section-delivery-targets__title .section__block-title {
    max-width: 100%;
    margin-bottom: 0 !important;
}

.section-delivery-targets__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

@media (min-width: 768px) {
    .section-delivery-targets__list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

.section-delivery-targets__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.section-delivery-targets__elem::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #BE3D3D;
    content: "";
}

@media (min-width: 1024px) {
    .section-delivery-targets__elem {
        margin-bottom: 20px;
    }

    .section-delivery-targets__elem::before {
        width: 6px;
        height: 6px;
    }
}

@media (min-width: 769px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 22px;
    }
}

@media (min-width: 840px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 28px;
    }
}
@media (min-width: 1024px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 34px;
    }
}
.section-delivery-targets__link,
.section-delivery-targets__etc {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.section-delivery-targets__link:hover,
.section-delivery-targets__etc:hover {
    color: #BE3D3D;
}

@media (min-width: 1024px) {

    .section-delivery-targets__link,
    .section-delivery-targets__etc {
        font-size: 18px;
    }
}

.section-delivery-targets__etc:hover {
    color: initial;
}
.section-delivery-targets {
    margin-bottom: 30px;
}
.production-section {
    margin-bottom: 65px !important;
}
.section-delivery-targets{
    background-color: white;
}

.section-delivery-targets__list {
padding-left: 20rem;
}


@media (max-width: 1366px) {
    .section-delivery-targets__list  {
        padding-left: 10rem;
    }
}

@media (max-width: 1200px) {
    .section-delivery-targets__list  {
        padding-left: 0;
    }
}</pre></body></html>