

/* Start:/local/templates/zakka-new-template/css/how-to-buy-page.css?17670107244072*/
/**
 * Стили страницы "Как купить оптом"
 * Desktop версия (≥1200px)
 */

/* ============================================
   ОБЩИЕ СТИЛИ СТРАНИЦЫ
   ============================================ */
.how-to-buy-page {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 100px;
}

/* Единый контейнер */
.how-to-buy-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   ЗАГОЛОВОК СТРАНИЦЫ
   ============================================ */
.how-to-buy-title {
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    margin: 0 0 60px 0;
    letter-spacing: -0.01em;
}

/* ============================================
   СЕТКА БЛОКОВ (2x2)
   ============================================ */
.how-to-buy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* ============================================
   БЛОК ИНФОРМАЦИИ
   ============================================ */
.how-to-buy-block {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Заголовок блока (синий с ромбами) */
.how-to-buy-block-header {
    background-color: #3D6EEE;
    padding: 24px 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.how-to-buy-block-header-diamond {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.how-to-buy-block-header-title {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

/* Контент блока (белый) */
.how-to-buy-block-content {
    padding: 32px;
}

.how-to-buy-block-content ul {
    margin: 0;
    padding-left: 24px;
    list-style: none;
}

.how-to-buy-block-content li {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #484848;
    margin-bottom: 16px;
    position: relative;
    padding-left: 8px;
}

.how-to-buy-block-content li::before {
    content: "•";
    position: absolute;
    left: -16px;
    color: #484848;
    font-size: 20px;
    line-height: 1.6;
}

.how-to-buy-block-content li:last-child {
    margin-bottom: 0;
}

.how-to-buy-block-content p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #484848;
    margin: 0;
}

.how-to-buy-block-content strong {
    font-weight: 700;
    color: #000000;
}

.how-to-buy-block-content a {
    color: #3D6EEE;
    text-decoration: none;
    font-weight: 600;
}

.how-to-buy-block-content a:hover {
    text-decoration: underline;
}

/* ============================================
   АДАПТИВ: TABLET И MOBILE (≤991px)
   ============================================ */
@media screen and (max-width: 991px) {
    .how-to-buy-page {
        padding: 40px 0 60px;
    }
    
    .how-to-buy-container {
        padding: 0 16px;
    }
    
    .how-to-buy-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    /* Блоки друг под другом */
    .how-to-buy-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .how-to-buy-block-header {
        padding: 20px 24px;
    }
    
    .how-to-buy-block-header-title {
        font-size: 20px;
    }
    
    .how-to-buy-block-content {
        padding: 24px;
    }
    
    .how-to-buy-block-content li,
    .how-to-buy-block-content p {
        font-size: 16px;
    }
}


/* End */
/* /local/templates/zakka-new-template/css/how-to-buy-page.css?17670107244072 */
