

/* Start:/local/templates/prom/components/bitrix/news.list/delivery.payment/style.css?177920621011134*/
/* ==========================================
   СТРАНИЦА ДОСТАВКИ И ОПЛАТЫ - FIGMA DESIGN
   ========================================== */

/* Основной контейнер страницы */
.delivery-page {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0px 64px !important;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Заголовок страницы */
.delivery-page__title {
    font-size: 48px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 1.2;
}

/* ==========================================
   ВЕРХНЯЯ СЕКЦИЯ: КАРТА + ДОСТАВКА
   ========================================== */

.delivery-section {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.delivery-section__left {
    flex: 0 0 715px;
    max-width: 715px;
}

.delivery-section__right {
    flex: 1;
    min-width: 0;
}

/* Карта */
.delivery-map {
    width: 100%;
    height: 349px;
    background: #D9D9D9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 2.8px 2.27px rgba(0, 0, 0, 0.02), 
                0px 14px 14px rgba(0, 0, 0, 0.04);
    position: relative;
}

.delivery-map__container {
    width: 100%;
    height: 100%;
}

/* Блок доставки */
.delivery-block {
    width: 100%;
}

.delivery-block__title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 24px 0;
    padding: 0;
    line-height: 1;
}

/* Табы доставки */
.delivery-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
}

.delivery-tab {
    height: 40px;
    padding: 0 16px;
    background: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #C7C6C5;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.delivery-tab:hover {
    background: #333333;
    color: #FFFFFF;
}

.delivery-tab--active {
    background: #333333;
    color: #FFFFFF;
}

/* Контент табов доставки */
.delivery-tab-content {
    position: relative;
}

.delivery-tab-panel {
    display: none;
}

.delivery-tab-panel--active {
    display: block;
}

.delivery-text {
    font-size: 16px;
    font-weight: 400;
    color: #989795;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================
   НИЖНЯЯ СЕКЦИЯ: ОПЛАТА + ПРЕИМУЩЕСТВА
   ========================================== */

.payment-section {
    display: flex;
    gap: 40px;
}

.payment-section__left {
    flex: 0 0 460px;
    max-width: 460px;
}

.payment-section__right {
    flex: 1;
    min-width: 0;
}

/* Блок оплаты */
.payment-block {
    width: 100%;
}

.payment-block__title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 24px 0;
    padding: 0;
    line-height: 1;
}

/* Табы оплаты */
.payment-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
}

.payment-tab {
    height: 40px;
    padding: 0 16px;
    background: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #C7C6C5;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.payment-tab:hover {
    background: #333333;
    color: #FFFFFF;
}

.payment-tab--active {
    background: #333333;
    color: #FFFFFF;
}

/* Контент табов оплаты */
.payment-tab-content {
    position: relative;
    margin-bottom: 32px;
}

.payment-tab-panel {
    display: none;
}

.payment-tab-panel--active {
    display: block;
}

.payment-text {
    font-size: 16px;
    font-weight: 400;
    color: #989795;
    line-height: 1.6;
    margin: 0;
}

/* Кнопка "В каталог" */
.payment-catalog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 56px;
    padding: 0 16px;
    background: linear-gradient(225deg, #E74F01 0%, #C71201 100%);
    border-radius: 6px;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.payment-catalog-btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.payment-catalog-btn:active {
    transform: scale(0.98);
}

/* ==========================================
   БЛОК ПРЕИМУЩЕСТВ
   ========================================== */

.advantages-block {
    width: 100%;
    max-width: 715px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 2.8px 2.27px rgba(0, 0, 0, 0.02), 
                0px 14px 14px rgba(0, 0, 0, 0.04);
}

.advantages-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.advantage-item {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 72px;
}

.advantage-item__icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    background: linear-gradient(225deg, #E74F01 0%, #C71201 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.advantage-item__icon img {
    width: 35px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Делаем иконку белой */
}

.advantage-item__icon-placeholder {
    width: 35px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.advantage-item__text {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    color: #989795;
    line-height: 1.4;
    margin: 0;
}

/* ==========================================
   АДАПТИВНОСТЬ
   ========================================== */

@media screen and (max-width: 1400px) {
    .delivery-page {
        padding: 0 40px 60px;
    }
}

@media screen and (max-width: 1200px) {
    .delivery-page {
        padding: 0 20px 40px;
    }
    
    .delivery-page__title {
        font-size: 40px;
        margin-bottom: 32px;
    }
    
    .delivery-section {
        flex-direction: column;
        gap: 32px;
    }
    
    .delivery-section__left {
        flex: none;
        max-width: 100%;
    }
    
    .delivery-map {
        height: 300px;
    }
    
    .payment-section {
        flex-direction: column;
        gap: 32px;
    }
    
    .payment-section__left {
        flex: none;
        max-width: 100%;
    }
    
    .advantages-block {
        max-width: 100%;
    }
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ (по макету Figma) ===== */
@media screen and (max-width: 768px) {
    .delivery-page {
        padding: 0 16px 32px;
    }
	
	.breadcrumb {
    margin: 78px 0 16px !important;
	}
    
    .delivery-page__title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    
    /* === ПЕРЕСТРОЙКА ПОРЯДКА БЛОКОВ НА МОБ === */
    .delivery-section {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
		padding:0 16px;
    }
    
    /* Порядок: заголовок Доставка -> карта -> табы -> текст */
    .delivery-section__right {
        order: 1;
        width: 100%;
    }
    
    .delivery-section__left {
        order: 2;
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    
    .delivery-block__title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    
    .delivery-map {
        height: 392px;
        border-radius: 12px;
    }
    
    .delivery-tabs {
        width: 100%;
        gap: 4px;
        margin-bottom: 16px;
    }
    
    .delivery-tab {
        flex: 1 1 0;
        height: 40px;
        padding: 0 16px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px;
    }
    
    .delivery-tab:first-child {
        width: 227px;
        flex: 0 0 auto;
    }
    
    .delivery-text {
        font-size: 13px;
        line-height: 1.5;
    }
    
    /* === СЕКЦИЯ ОПЛАТЫ === */
    .payment-section {
        display: flex;
        flex-direction: column;
        gap: 16px;
		padding:0 16px;
    }
    
    .payment-section__left {
        order: 3;
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    
    .payment-section__right {
        order: 4;
        width: 100%;
    }
    
    .payment-block__title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    
    .payment-tabs {
        width: 100%;
        gap: 4px;
        margin-bottom: 16px;
    }
    
    .payment-tab {
        flex: 1 1 0;
        height: 40px;
        padding: 0 16px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px;
    }
    
    .payment-text {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .payment-tab-content {
        margin-bottom: 16px;
    }
    
    .payment-catalog-btn {
        width: 190px;
        height: 48px;
        font-size: 14px;
        font-weight: 600;
    }
    
    /* === БЛОК ПРЕИМУЩЕСТВ === */
    .advantages-block {
        /*max-width: 353px;*/
        padding: 32px 16px;
        border-radius: 12px;
        margin: 0 auto;
    }
    
    .advantages-list {
        gap: 10px;
		padding: 0 12px;
    }
    
    .advantage-item {
        height: auto;
        min-height: 40px;
        gap: 16px;
        align-items: flex-start;
    }
    
    .advantage-item__icon {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        flex-shrink: 0;
        margin-top: 0;
    }
    
    .advantage-item__icon img {
        width: 19.49px;
        height: 16.92px;
    }
    
    .advantage-item__icon-placeholder {
        width: 19.49px;
        height: 16.92px;
    }
    
    .advantage-item__text {
        font-size: 13px;
        line-height: 1.4;
        flex: 1 1 0;
    }
}

@media screen and (max-width: 480px) {
    .delivery-page {
        padding: 0 12px 24px;
    }
    
    .delivery-page__title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .delivery-map {
        height: 300px;
    }
    
    .delivery-tab,
    .payment-tab {
        font-size: 12px;
        padding: 0 12px;
    }
    
    .delivery-tab:first-child {
        width: auto;
        flex: 1 1 0;
    }
    
    .advantages-block {
        padding: 24px 0px;
    }
    
    .advantage-item {
        gap: 12px;
    }
    
    .advantage-item__icon {
        width: 40px;
        height: 40px;
    }
    
    .advantage-item__icon img {
        width: 19.49px;
        height: 16.92px;
    }
    
    .advantage-item__text {
        font-size: 13px;
    }
    
    .payment-catalog-btn {
        width: 100%;
        max-width: 190px;
    }
}
/* End */
/* /local/templates/prom/components/bitrix/news.list/delivery.payment/style.css?177920621011134 */
