/* Применяем фиксированную высоту для колонок внутри строки equal-height-row */
.equal-height-row .uk-grid > div {
    height: 300px !important; /* Высота колонок */
    display: flex !important;
    align-items: stretch !important;
}

/* Заполняем изображения внутри колонок */
.equal-height-row .el-image {
    width: 100% !important; /* Изображение растягивается по ширине */
    height: 100% !important; /* Изображение растягивается по высоте */
    object-fit: cover !important; /* Заполняем колонку с обрезкой лишнего */
}
.equal-height-row > .uk-grid > div {
    height: 300px; /* Устанавливаем фиксированную высоту */
    display: flex;
    align-items: center; /* Центруем содержимое по вертикали */
    justify-content: center; /* Центруем содержимое по горизонтали */
}

/* Высота строк и колонок */
.equal-height-row > .uk-grid {
    height: auto !important;
}
.equal-height-row {
    margin-bottom: 0 !important; /* Убираем нижний отступ */
    padding-bottom: 10 !important; /* Убираем внутренний отступ снизу */
}
/* Растягиваем элементы по высоте */
.equal-height-row > .uk-grid > div {
    display: flex;
    align-items: stretch !important; /* Растягиваем по высоте */
}

/* Изображения заполняют колонку */
.equal-height-row img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}



.new-section-class {
    margin-top: 0 !important; /* Убираем верхний отступ */
padding-top: 0 !important; /* Убираем внутренний отступ сверху */
}  

.new-section-class2 {
    margin-bottom: 0 !important; /* Убираем нижний отступ */
    padding-bottom: 10 !important; /* Убираем внутренний отступ снизу */
}

.custom-tile {
    background-color: #ffffff; /* Белый фон */
    border-radius: 15px; /* Округлые углы */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Лёгкая тень */
    padding: 20px; /* Отступ внутри секции */
    margin-bottom: 20px; /* Отступ снизу, чтобы отделить от других секций */
}


.custom-tile2 {
    padding: 20px; /* Отступ внутри секции */
    margin-bottom: 20px; /* Отступ снизу, чтобы отделить от других секций */
}

.rounded-block {
    border-radius: 15px; /* Скругляем углы */
    overflow: hidden; /* Скрываем содержимое, выходящее за границы */
}

/* Скрыть секцию на мобильных устройствах */
@media (max-width: 769px) {
    #sale_middle_24-11-24,
		#download_price {
        display: none;
    }
}
.wide-table {
    width: 1800px !important;
}
