/*
Theme Name: BL Global Чечня
Theme URI: https://elementor.com/
Template: hello-elementor
Author: Elementor Theme
Author URI: https://elementor.com
Version: 3.2.0.1734361544
Updated: 2024-12-16 18:05:44

*/

@media (max-width: 768px) {
    .your-custom-column-class {
        display: table-cell !important; /* Убедитесь, что столбцы отображаются */
    }
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0); /* Прозрачный фон */
    z-index: 10; /* Убедитесь, что оверлей выше других элементов */
    display: none; /* Скрываем оверлей по умолчанию */
}


/* Установить приложение в моб версии */ 

.top-bar {
    background-color: #ddd;
        padding: 5px 10px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none; /* Скрываем по умолчанию */
}

.close-button {
    background-color: white; /* Белый фон кнопки */
    color: black!important; /* Черный текст */
    border: none;
    font-size: 10px;
    cursor: pointer;
    padding: 10px; /* Отступы для кнопки */
    transition: background-color 0.3s; /* Плавный переход цвета фона */
    border-radius: 5px; /* Закругленные углы */
}

.close-button:hover,
.close-button:focus {
    background-color: black; /* Черный фон при наведении */
    color: white!important; /* Белый текст при наведении */
}

.title {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    color: black; /* Черный цвет текста */
}

.icon {
    width: 40px; /* Установите нужный размер иконки */
    height: auto; /* Установите нужный размер иконки */
    margin: 0 10px; /* Отступы вокруг иконки */
}

.install-button {
    background-color: black; /* Черный фон кнопки */
    color: white; /* Белый текст */
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px; /* Закругленные углы */
    transition: background-color 0.3s; /* Плавный переход цвета фона */
}

.install-button:hover,
.install-button:focus {
    background-color: white; /* Белый фон при наведении */
    color: black; /* Черный текст при наведении */
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 768px) {
    .top-bar {
        display: flex; /* Показываем на мобильных устройствах */
    }
}





