

/* Start:/local/templates/bitovki-template/assets/css/delivery.css?17175248063295*/
.delivery__info {
    background: var(--orange);
    border-radius: 10px;
    padding: 24px 16px;
    color: white;
}


.delivery__title {
    display: none;
}

.delivery__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--white);
    margin-bottom: 32px;
}

.delivery__content .input input {
    border: 1px solid var(--white);
    color: var(--white);
}

.delivery__content .input span {
    color: var(--white);
}

.delivery__content .input {
    margin-bottom: 32px;
}

.delivery__content .input input.active+span,
.delivery__content .input input:focus+span {
    background-color: var(--orange);
}

.delivery__info--2 {
    padding: 24px 12px;
    background: var(--grey);
    border-radius: 10px;

}

.delivery__info--2 .delivery__title {
    display: block;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin-bottom: 11px;
}

.delivery__content--2 .delivery__text,
.delivery__info--2 .delivery__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--black);
}

.delivery__props {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 320px;
    gap: 8px 24px;
}

.delivery__prop--title,
.delivery__prop--value {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--black);
}

.delivery__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
}


.delivery__content--2 {
    border-radius: 10px;
    background: var(--grey);
    margin-top: 24px;
    padding: 24px 16px;
}

.delivery__subtitle {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin-bottom: 11px;
}

.delivery__content--2 .delivery__image {
    border-radius: 8px;
    overflow: hidden;
    max-width: 60%;
    height: fit-content;
}

.delivery__content--2 .delivery__image img {
    width: 100%;
    display: block;
}


@media (min-width: 1300px) {
    .delivery__content {
        flex-direction: row;
        gap: 24px;
    }

    .delivery__info--2,
    .delivery__info {
        flex: 0 0 calc(50% - 12px);
        padding: 52px 72px;
        border-radius: 30px;

    }

    .delivery__info .delivery__title,
    .delivery__info--2 .delivery__title {
        display: block;
        font-weight: 900;
        font-size: 24px;
        line-height: 133%;
        margin-bottom: 24px;
    }

    .delivery h1 {
        margin-bottom: 52px;
        margin-top: 44px;
    }

    .delivery__prop--title,
    .delivery__prop--value {
        font-weight: 400;
        font-size: 16px;
        color: var(--black);
    }

    .delivery__props {
        gap: 10px 52px;
        max-width: 500px;
    }

    .delivery__content--2 {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 52px;
    }

    .delivery__subtitle {
        font-weight: 900;
        font-size: 16px;
        line-height: 150%;
        color: var(--black);
        margin-bottom: 16px;
    }

    .delivery__content--2 .delivery__text:nth-last-child(1) {
        margin-bottom: 0;
    }
}
/* End */
/* /local/templates/bitovki-template/assets/css/delivery.css?17175248063295 */
