

/* Start:/include/blog/styles.css?177902618914786*/
/* /include/blog/styles.css */

.blog-wrapper {
    font-family: "CeraPro", sans-serif !important;
    color: #000000;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 150%;
    font-size: 18px;
}

/* КАТЕГОРИИ (Кнопки на главной блога) */
.blog-categories-list {
    list-style: none !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 40px 0;
}

.blog-category-item {
    list-style: none !important;
    width: calc(33% - 15px);
    min-width: 220px;
}

.blog-category-item::before { content: none !important; display: none !important; }

.blog-category-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 20px;
    background: #F8941E;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.blog-category-item a:hover {
    background: #e07d00;
    transform: translateY(-2px);
    color: #fff !important;
}

/* БЛОК КНОПОК В ЗАКЛЮЧЕНИИ (conclusion.php) */
.blog-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 50px 0;
}

.blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    min-width: 200px;
    background: #F8941E;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-btn:hover {
    background: #e07d00;
    transform: translateY(-2px);
    color: #fff !important;
}

.blog-conclusion-text {
	text-align: justify;
}


/* ЮРИДИЧЕСКОЕ УВЕДОМЛЕНИЕ */
.blog-legal-notice {
    font-size: 14px;
    color: #7D7D7D;
    border-top: 1px solid #EAEAEA;
    padding-top: 30px;
    margin-top: 50px;
    line-height: 1.6;
	text-align: justify;
}

.blog-legal-notice h4 {
    font-size: 16px;
    color: #7D7D7D;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-legal-notice p {
    margin-bottom: 10px;
}

.blog-email-link {
    color: #F8941E !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: opacity 0.2s;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: inline;
}

.blog-email-link:hover {
    text-decoration: underline !important;
    opacity: 0.8;
    transform: none;
    box-shadow: none;
    background: transparent;
    color: #e07d00 !important;
}

/* СПИСОК СТАТЕЙ */
.blog-article-item {
    display: flex;
    align-items: baseline;
    padding: 5px 0 !important;
}

.blog-article-link {
    color: #000000;
    text-decoration: none !important;
    border-bottom: none !important;
}

.blog-article-link:hover { color: #F8941E; }

/* КНОПКА СЛЕДУЮЩЕГО ОБЗОРА */
.blog-next-review {
    margin: 40px 0;
    padding: 25px;
    background-color: #F9F9F9;
    border-radius: 10px;
    text-align: center;
}

.blog-next-review a {
    display: inline-block;
    background: #F8941E;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.blog-next-review a:hover {
    background: #e07d00;
    transform: translateY(-2px);
    color: #fff !important;
}

/* АДАПТИВНОСТЬ ДЛЯ КНОПОК */
@media (max-width: 767px) {
    .blog-category-item a {
        height: 50px;
        font-size: 14px;
        padding: 0 15px;
    }
    
    .blog-btn {
        padding: 10px 20px;
        min-width: 160px;
        font-size: 14px;
    }
}

/* ============================================ */
/* СТИЛИ ДЛЯ КАРТОЧЕК КАТАЛОГА (как на скриншоте) */
/* ============================================ */

.catalog-products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
    justify-content: center;
}

.catalog-product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 24px;
    width: calc(33.333% - 20px);
    min-width: 280px;
    transition: all 0.3s ease;
    text-align: center;
}

.catalog-product-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.catalog-product-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.catalog-product-details {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.catalog-product-details p {
    margin: 8px 0;
}

.catalog-product-details strong {
    font-weight: 600;
    color: #333;
    min-width: 180px;
    display: inline-block;
}

.catalog-product-price {
    font-size: 20px;
    font-weight: 700;
    color: #F8941E;
    margin: 20px 0;
    text-align: center;
}

/* Кнопка "Подробнее →" */
.catalog-detail-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #F8941E;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
    margin-right: 15px;
}

.catalog-detail-link:hover {
    gap: 10px;
    color: #e07d00;
    text-decoration: underline;
}

/* Кнопка "Оставить заявку" */
.catalog-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: #F8941E;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.catalog-order-btn:hover {
    background: #e07d00;
    transform: translateY(-2px);
    color: #fff !important;
}

.catalog-card-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

/* Адаптив для карточек */
@media (max-width: 900px) {
    .catalog-product-card {
        width: calc(50% - 15px);
    }
}

@media (max-width: 600px) {
    .catalog-product-card {
        width: 100%;
    }
    
    .catalog-card-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    .catalog-detail-link {
        margin-right: 0;
    }
}

/* ============================================ */
/* СТИЛИ ДЛЯ ФОРМЫ КАТАЛОГОВ                    */
/* ============================================ */

.blog-form-group {
    margin-bottom: 20px;
}

.blog-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.blog-form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    font-family: "CeraPro", sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.blog-form-group input:focus {
    outline: none;
    border-color: #F8941E;
    box-shadow: 0 0 0 3px rgba(248, 148, 30, 0.1);
}

.blog-form-group input.error {
    border-color: #c62828;
    background-color: #ffebee;
}

.blog-form-group small {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.blog-form-group-checkbox {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-form-group-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #F8941E;
    margin: 0;
}

.blog-form-group-checkbox label {
    margin-bottom: 0 !important;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.blog-form-group-checkbox a {
    color: #F8941E;
    text-decoration: none;
}

.blog-form-group-checkbox a:hover {
    text-decoration: underline;
}

.blog-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.blog-modal-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 550px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.blog-modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    font-size: 28px;
    color: #999;
    transition: color 0.2s;
}

.blog-modal-close:hover {
    color: #333;
}

.blog-modal-title {
    font-size: 24px;
    color: #F8941E;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}

.blog-modal-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
    font-size: 14px;
}

.blog-btn-submit-catalog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 30px;
    background: #F8941E;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none !important;
    font-family: "CeraPro", sans-serif;
    transition: all 0.3s ease;
}

.blog-btn-submit-catalog:hover {
    background: #e07d00;
    transform: translateY(-2px);
    color: #fff !important;
}

.blog-btn-submit-catalog:disabled {
    background: #ccc;
    transform: none;
    cursor: not-allowed;
}

.blog-download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #4CAF50;
    color: white !important;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.blog-download-link:hover {
    background: #45a049;
    transform: translateY(-2px);
    color: white !important;
}

.blog-success-block {
    margin-top: 25px;
    padding: 20px;
    background: #e8f5e9;
    border-radius: 15px;
    text-align: center;
}

.blog-success-message {
    color: #2e7d32;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-error-block {
    margin-top: 20px;
    padding: 15px;
    background: #ffebee;
    border-radius: 10px;
    text-align: center;
    color: #c62828;
}

.blog-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: blog-spin 0.8s linear infinite;
    margin-right: 8px;
}

@keyframes blog-spin {
    to {
        transform: rotate(360deg);
    }
}

.g-recaptcha-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.recaptcha-error {
    color: #c62828;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    display: none;
}

@media (max-width: 576px) {
    .blog-modal-content {
        padding: 25px;
    }
    
    .blog-modal-title {
        font-size: 20px;
    }
    
    .blog-btn-submit-catalog {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .blog-btn {
        padding: 10px 20px;
        font-size: 14px;
        min-width: 140px;
    }
    
    .blog-form-group input {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .g-recaptcha-container {
        transform: scale(0.85);
        transform-origin: center;
    }
    
    .blog-category-item a {
        height: 45px;
        font-size: 13px;
    }
}

/* ============================================ */
/* КАТАЛОГИ — 4 В РЯД, АДАПТИВ                */
/* ============================================ */

/* Контейнер сетки каталогов */
.blog-catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    margin: 40px 0;
    list-style: none;
    padding: 0;
}

/* Карточка каталога — ровно 4 в ряд */
.blog-catalog-item {
    border: 1px solid #EAEAEA;
    padding: 20px;
    border-radius: 15px;
    width: calc(25% - 15px); /* 4 колонки с учётом gap 20px */
    min-width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.blog-catalog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.blog-catalog-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 600;
}

.blog-catalog-desc {
    font-size: 13px;
    color: #7D7D7D;
    margin-bottom: 20px;
    flex-grow: 1;
    line-height: 1.5;
}

/* Адаптация под планшеты (3 в ряд) */
@media (max-width: 992px) {
    .blog-catalog-item {
        width: calc(33.333% - 14px); /* 3 колонки */
    }
}

/* Адаптация под маленькие планшеты (2 в ряд) */
@media (max-width: 768px) {
    .blog-catalog-item {
        width: calc(50% - 10px); /* 2 колонки */
    }
    
    .blog-catalog-title {
        font-size: 16px;
    }
    
    .blog-catalog-desc {
        font-size: 12px;
    }
}

/* Адаптация под телефоны (1 в ряд) */
@media (max-width: 480px) {
    .blog-catalog-list {
        gap: 15px;
    }
    
    .blog-catalog-item {
        width: 100%; /* 1 колонка */
        padding: 15px;
    }
    
    .blog-catalog-title {
        font-size: 18px;
    }
    
    .blog-catalog-desc {
        font-size: 13px;
    }
}

/* Адаптация под очень маленькие телефоны */
@media (max-width: 360px) {
    .blog-catalog-item {
        padding: 12px;
    }
    
    .blog-catalog-title {
        font-size: 16px;
    }
}


/* End */
/* /include/blog/styles.css?177902618914786 */
