.div__table{
    overflow-y: auto;  /* Добавляет вертикальную полосу прокрутки при необходимости */
    margin-top: 25px;
}
.table-container {
    width: 100%;
    margin-top: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.swiper {
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin-top: 30px;
    border-radius: 3px;
        
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #f1f1f1;
  }

.swiper_slide-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet-active{
    background: #FFDE00 !important;
}


.section__catalog_images{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
