

/* Start:/about/delivery/style.css?17501234487359*/
:root {
    --font-family-open-sans: 'Open Sans', sans-serif;
    --color-black: #2E2E2E;
}

.main-title {
    font-family: var(--font-family-open-sans);
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    color: var(--color-black);
    margin: 20px 0 24px;
}

.text-500 {
    font-weight: 500;
}

.mb-0 {
    margin-bottom: 0;
}

.bold {
    font-weight: 700 !important;
}

.delivery-section {
    margin: 64px 0 0;
}

.delivery-section--40 {
    padding-bottom: 40px;
}

.delivery-section h2 {
    font-family: var(--font-family-open-sans);
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 48px;
}

.delivery-cards, .delivery-info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.delivery-cards__item {
    position: relative;
    padding: 32px;
    width: calc(100% / 2 - 12px);
    box-shadow: 0 2px 32px 0 #00000014;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #2E2E2E;
}

.delivery-cards__item h3, .delivery-info h3 {
    font-family: var(--font-family-open-sans);
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
}

.delivery-cards__item p, .delivery-info p {
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 16px;
}

.delivery-cards__item li {
    list-style: none;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.delivery-cards__item ol {
    padding-left: 0;
    counter-reset: item-counter;
}

.delivery-cards__item li::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.delivery-cards__item ol li::before {
    counter-increment: item-counter;
    content: counter(item-counter);
    background: var(--accent);
    color: #fff;
}

.delivery-cards__item ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjMzMzQgNkw4LjAwMDA4IDEzLjMzMzNMNC42NjY3NSAxMCIgc3Ryb2tlPSIjMTJCMjcwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.delivery-cards__item p:last-child,
.delivery-cards__item li:last-child,
.delivery-info p:last-child,
.delivery-help p:last-child {
    margin-bottom: 0;
}

.delivery_icon-line .bold {
    font-weight: 700;
}

.delivery-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.delivery-tags--full .delivery-tag {
    flex-grow: 1;
    text-align: center;
}

.delivery-tag {
    padding: 12px 12px;
    border-radius: 8px;
    display: inline-block;
}

.delivery-tag--top {
    padding: 8px 16px;
    position: absolute;
    top: 24px;
    right: 24px;
}

.delivery-tag--orange {
    background: #FF775114;
}
.delivery-tag--pink {
    background: #E1052814;
    color: #EF5151;
}
.delivery-tag--yellow {
    background: #FCAF1714;
    color: #FF8A00;
}
.delivery-tag--green {
    background: #00B33C14;
    color: #12B270;
}
.delivery-tag--purple {
    background: #4C56DC1A;
    color: #616AE6;
}

.delivery_icon-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery-grey-box {
    padding: 16px;
    border-radius: 10px;
    background: #F8F8F8;
}

.delivery-info__item {
    width: calc(100% / 3 - 16px);
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    color: #2E2E2E;
    border: 1px solid #EFEFEF;
}

.delivery-info__icon {
    margin-bottom: 16px;
}

.delivery-info__tag.delivery-tag {
    max-width: 615px;
    padding: 16px;
    margin-top: 48px;
}

.delivery-info__tag--info {
    color: var(--color-black);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.delivery-help {
    padding: 40px 50px;
    background: #F5F5F5;
    border-radius: 10px;
}

.delivery-help h2 {
    margin-bottom: 16px;
}

.delivery-help {
    display: flex;
    gap: 60px
}

.delivery-help__info, .delivery-help__buttons {
    width: calc(100% / 2 - 30px);
}

.delivery-help__buttons {
    padding-top: 6px;
}

.delivery-help__buttons-row {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.delivery-help__buttons p {
    font-size: 14px;
    line-height: 140%;
}

.delivery-help__buttons .btn-transparent, .delivery-help__buttons .btn-green {
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    transition: all .3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.1px;
    text-align: center;
}

.delivery-help__buttons .btn-green {
    padding-right: 30px;
    padding-left: 30px;
    text-decoration: none;
    color: #fff;
}

.delivery-help__buttons .btn-transparent {
    border: 1px solid var(--accent);
    color: var(--accent);
    flex-grow: 1;
}

.delivery-help__buttons .btn-transparent svg path {
    transition: all .3s;
}

.delivery-help__buttons .btn-transparent:hover {
    border: 1px solid var(--accent-hover);
    background: var(--accent-hover);
    color: #fff;
}

.delivery-help__buttons .btn-transparent:hover svg path {
    stroke: #fff !important;
}

@media screen and (max-width: 1200px) {
    .delivery-tag--top {
        max-width: 290px;
        top: 16px;
        right: 16px;
    }
    .delivery-cards__item {
        padding: 16px;
    }
}

@media screen and (max-width: 992px) {
    .delivery-tag--top {
        max-width: 203px;
    }
    .delivery-tag {
        font-weight: 500;
        font-size: 12px;
        line-height: 140%;
    }
    .delivery-info {
        flex-wrap: wrap;
        gap: 16px;
    }
    .delivery-info__item {
        width: 100%;
    }
    .delivery-info__tag.delivery-tag {
        max-width: 100%;
        margin-top: 24px;
    }
    .delivery-help {
        flex-wrap: wrap;
        gap: 36px;
    }

    .delivery-help__info, .delivery-help__buttons {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .delivery-section {
        margin: 42px 0 0;
    }
    .delivery-section h2 {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 24px;
    }
    .delivery-cards {
        flex-wrap: wrap;
        gap: 16px;
    }
    .delivery-cards__item {
        width: 100%;
    }

    .delivery-tag--top {
        max-width: 350px;
    }
    .delivery-tags--full {
        gap: 12px;
    }
    .delivery-tags--full .delivery-tag {
        flex-grow: unset;
    }
    .delivery-tag {
        padding: 11px 13px;
    }
    .delivery-help {
        padding: 24px;
    }
    .main-title {
        line-height: 120%;
        margin-bottom: 16px;
    }
    .delivery-cards {
        margin-top: 24px;
    }
}

@media screen and (max-width: 575px) {
    .delivery-help__buttons-row {
        flex-direction: column;
    }
}

@media screen and (max-width: 460px) {
    .delivery-tag--top {
        max-width: calc(100% - 126px);
        padding: 8px 16px;
    }
    .delivery-tag--top br {
        display: none;
    }
}
/* End */
/* /about/delivery/style.css?17501234487359 */
