

/* Start:/local/templates/72snab/components/bitrix/news.list/delivery.payment/style.css?17764376229158*/
/* ==========================================
   СТРАНИЦА ДОСТАВКИ И ОПЛАТЫ - 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%;
    }
}

@media screen and (max-width: 768px) {
    .delivery-page {
        padding: 0 16px 32px;
    }
    
    .delivery-page__title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    
    .delivery-section {
        gap: 24px;
        margin-bottom: 32px;
    }
    
    .delivery-map {
        height: 250px;
        border-radius: 12px;
    }
    
    .delivery-block__title,
    .payment-block__title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    
    .delivery-tabs,
    .payment-tabs {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 16px;
    }
    
    .delivery-tab,
    .payment-tab {
        font-size: 13px;
        height: 36px;
    }
    
    .delivery-text,
    .payment-text {
        font-size: 14px;
    }
    
    .payment-tab-content {
        margin-bottom: 24px;
    }
    
    .payment-catalog-btn {
        width: 100%;
        max-width: 200px;
        height: 48px;
        font-size: 14px;
    }
    
    .advantages-block {
        padding: 24px;
        border-radius: 12px;
    }
    
    .advantages-list {
        gap: 12px;
    }
    
    .advantage-item {
        height: auto;
        min-height: 60px;
        gap: 16px;
    }
    
    .advantage-item__icon {
        width: 60px;
        height: 60px;
    }
    
    .advantage-item__icon img {
        width: 28px;
        height: 24px;
    }
    
    .advantage-item__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .delivery-page {
        padding: 0 12px 24px;
    }
    
    .delivery-page__title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .delivery-block__title,
    .payment-block__title {
        font-size: 24px;
    }
    
    .delivery-tab,
    .payment-tab {
        font-size: 12px;
        height: 32px;
        padding: 0 12px;
    }
    
    .delivery-text,
    .payment-text {
        font-size: 13px;
    }
    
    .payment-catalog-btn {
        height: 44px;
        font-size: 13px;
    }
    
    .advantages-block {
        padding: 16px;
    }
    
    .advantage-item {
        gap: 12px;
    }
    
    .advantage-item__icon {
        width: 48px;
        height: 48px;
    }
    
    .advantage-item__icon img {
        width: 22px;
        height: 20px;
    }
    
    .advantage-item__text {
        font-size: 13px;
    }
}

/* End */
/* /local/templates/72snab/components/bitrix/news.list/delivery.payment/style.css?17764376229158 */
