


/* Скрыть контейнер по умолчанию */
.mini_phone {
    display: none;
}

/* Показать контейнер только на устройствах с шириной экрана 767px и меньше */
@media only screen and (max-width: 767px) {
    .mini_phone {
        display: block;
    }
}

.show-products-btn {
    display: inline-block;
    padding: 6px 15px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #4D7198; /* Зеленый цвет фона */
    color: white; /* Белый цвет текста */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.show-products-btn:hover {
    background-color: #406082; /* Темно-зеленый цвет фона при наведении */
}


.product-image {
    width: 200px;
    height: auto;
    border-radius: 10px;
    margin: 5px;
}
</style>
<style>
.contact-details {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
}

.contact-item {
    margin-bottom: 15px;
}

.contact-label {
    font-weight: bold;
    color: #333;
}

.contact-value {
    display: block;
    color: #0066cc;
    text-decoration: none;
    margin-top: 5px;
}

.contact-value:hover {
    text-decoration: underline;
}

.contact-note {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.contact-details .contact-item:last-child {
    margin-bottom: 0;
}

.categories ul {
    display: none;
}
.categories ul[style*="display: block"] {
    display: block;
}

          .contactsinner {
            font-family: Arial, sans-serif;
            font-size: 12px;
            line-height: 1.4;
                    margin-right: 5px;

        }

        .email-container {
            margin-bottom: 10px;
        }
        .email-title {
            font-weight: bold;
            font-size: 12px;
        }
        .email-address {
            margin: 3px 0;
        }
        
            @media (max-width: 768px) {
        .contactsinner {
            display: none;
        }
    }        
    .head_important {
                        justify-content: center;
            align-items: center;
        }
    
            @media (max-width: 768px) {
        .head_important1 {
            display: none;
        }
    }

    .baza {
        font-family: Arial, sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .container_mini {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        margin: 20px;
        width: 90%;
        max-width: 900px;
        text-align: center; /* Центрируем содержимое */
    }

    .title_mini {
        text-align: center;
        font-size: 28px;
        color: #fff;
        margin-bottom: 25px;
        font-weight: 550;
    }

    .features_mini, .brands_mini {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 20px;
    }

    .feature_mini, .brand_mini {
        display: flex;
        flex-direction: column;
        align-items: center; /* Центрируем элементы по горизонтали */
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        text-align: center;
        flex: 1 1 150px;
        max-width: 200px;
        border: 4px solid #1E12A5;
    }

    .feature_mini img, .brand_mini img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .feature_text, .brand_text {
        font-size: 18px;
        color: #242424;
    }
    

