

/* Start:/local/templates/tiros/css/pages/delivery/style.css?17691635716267*/
.delivery.about-hero-block_title__accent {
    display: block;
}
.delivery.about-info-stat {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
.delivery-details-section {
    padding: 60px 0;
}
.delivery-details-container {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}
.delivery-details-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.delivery-details-item {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--site-input-border-color);
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.delivery-details-title {
    color: var(--site-accent-color);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 8px;
}
.delivery-details-text {
    color: var(--site-text-color);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3e%3ccircle cx='5' cy='5' r='5' fill='%23393FD9'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
}
.delivery-image-item {
    flex: 1;
    height: 100%;
    max-height: 178px;
}
.delivery-image-wrapper {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.delivery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.delivery-details-container .delivery-details-column:first-of-type .delivery-details-item:first-of-type {
    background: var(--site-light-bg-color);
    border: none;
}

.about-info-stat.payment {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
     margin-top: 40px;
}

.payment-details-container {
    display: flex;
    gap: 20px;
    width: 100%;
}

.payment-details-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.payment-details-item {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--site-input-border-color);
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.payment-details-title {
    color: var(--site-accent-color);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 8px;
}

.payment-details-text {
    color: var(--site-text-color);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3e%3ccircle cx='5' cy='5' r='5' fill='%23393FD9'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
}

.payment-image-item {
    flex: 1;
    height: 100%;
    max-height: 203px;
}

.payment-image-wrapper {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.payment-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment-details-container .payment-details-column:first-of-type .payment-details-item:first-of-type {
    background: var(--site-light-color);
    border: 1px solid var(--site-input-border-color);
}

@media (max-width: 767px) {
        .delivery-details-container {
        gap: 16px;
        width: 100%;
        margin-top: 16px;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .delivery-details-item {
        padding: 16px;
        border-radius: 8px;
    }

    .delivery-details-title {
        margin-bottom: 0;
        font-size: 16px;
    }

    .delivery-details-text {
        font-size: 14px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4' r='4' fill='%23393FD9'/%3e%3c/svg%3e ");
        padding-left: 16px;
    }

    .delivery-details-column {
		gap: 16px;
        display: contents;
	}

    .delivery-image-item {
        min-height: 159px;
    }

    .delivery-image-wrapper img,
    .delivery-image-wrapper {
        border-radius: 8px !important;
    }

    .payment-details-container {
        flex-direction: column;
        gap: 16px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .payment-details-item {
        padding: 16px;
        border-radius: 8px;
    }

    .payment-details-title {
        margin-bottom: 0;
        font-size: 16px;
    }

    .payment-details-text {
        font-size: 14px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4' r='4' fill='%23393FD9'/%3e%3c/svg%3e ");
        padding-left: 16px;
    }

    .payment-details-column {
        gap: 16px;
        display: contents;
    }

    .payment-image-wrapper img,
    .payment-image-wrapper {
        border-radius: 8px !important;
        max-height: 178px;
    }
    .about-info-stat.payment {
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .delivery-details-column:first-child > .delivery-details-item:first-child {
        order: 1;
    }
    
    .delivery-details-column:last-child > .delivery-details-item:first-child {
        order: 2;
    }
    
    .delivery-details-column:first-child > .delivery-details-item:last-child {
        order: 3;
    }
    
    .delivery-details-column:last-child > .delivery-image-item {
        order: 4;
    }

    .payment-details-column:first-child > .payment-details-item:first-child {
        order: 1;
    }
    
    .payment-details-column:last-child > .payment-details-item:first-child {
        order: 2;
    }
    
    .payment-details-column:first-child > .payment-image-item {
        order: 3;
    }
    
    .payment-details-column:last-child > .payment-details-item:last-child {
        order: 4;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?176484345751*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/tiros/css/pages/delivery/style.css?17691635716267 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?176484345751 */
