

/* 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:/local/templates/tiros/components/ma/news.list/delivery/style.css?17684908851780*/
.b-news-list {
	margin: 0 0 0 -20px;
	font-size: 0;
}
.b-news-list_item {
	display: inline-block;
	width: 50%;
	margin: 0 0 20px 0;
	font-size: 14px;
	vertical-align: top;
}
.b-news-list_holder {
	margin-left: 20px;
	overflow: hidden;
}
.b-news-list_pic {
	margin: 0 0 10px 0;
}

.b-news-list_title {
	margin-bottom: 10px;
}

.delivery-method_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.delivery-method_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: var(--site-light-bg-color);
}

.delivery-method_item-icon-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.delivery-method_item-icon-wrapper {
    display: flex;
    width: 60px;
    height: 60px;
}

.delivery-method_item-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.delivery-method_item-title {
    margin-bottom: 0;
    color: var(--site-text3-color);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
}

.delivery-method_item-desc {
    margin: 0;
    color: var(--site-text-color);
    line-height: 1.4;
}

@media (max-width: 767px) {
    .delivery-method_list {
        display: flex;
        flex-direction: column;
        gap: 17px;
    }
    
    .delivery-method_item {
        padding: 16px;
    }
    
    .delivery-method_item-icon-title-wrapper {
        flex-direction: column;
        gap: 16px;
        align-items: start;
    }
    
    .delivery-method_item-icon-wrapper {
        width: 40px;
        height: 40px;
    }

	.delivery-method_item-title {
		font-size: 14px;
	}

	.delivery-method_item {
		border-radius: 8px;
	}

}
/* End */
/* /local/templates/tiros/css/pages/delivery/style.css?17691635716267 */
/* /local/templates/tiros/components/ma/news.list/delivery/style.css?17684908851780 */
