.product-img {
    width: 100%;
    /* Установите максимальную ширину блока, если необходимо */
    height: 350px;
    /* Задайте желаемую высоту */
    overflow: hidden;
    /* Обрезать изображение, выходящее за границы блока */
}

.cropped-img {
    width: 100%;
    /* Заполнить всю ширину блока */
    height: 100%;
    /* Заполнить всю высоту блока */
    object-fit: cover;
    /* Обрезать изображение, чтобы оно полностью заполнило блок */
    object-position: center;
    /* Установить позицию изображения по центру */
}

.product-filter {
    text-align: left;
}

/* .filter-cards-view .checkbox-animated {
    margin-bottom: 0px;
} */

span.document-box {
    cursor: pointer;
}

.document-section .bg-icon2 {
    background: none !important;
}

.document-section .document-box.key_checked {
    background-color: #f2f7ff;
    box-shadow: 5px 10px 25px #94b8ff;
}

.filters-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-right: 20px;
}

.filter-tag {
    display: inline-block;
    background: #e0e0e0;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    font-size: 13px;
}

.filter-tag .remove-filter {
    margin-left: 5px;
    cursor: pointer;
    color: #ff0000;
}

#sidebar-menu {
    z-index: 999 !important;
}

.landing-page .sticky-header header.sticky {
    background: #F4F8FE !important;
}

.image-container {
    position: relative;
}


.product-img {
    position: relative;
}

.badges-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* Отступ между бейджами */
}

.free-badge {
    background-color: #53ba4a;
    color: white;
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    z-index: 1;
}


.custom-col {
    width: 20%;
    flex: 0 0 auto;
}

@media (max-width: 1200px) {
    .custom-col {
        width: 100%;
        margin-bottom: 10px;
        /* по желанию */
    }

    .feature-conjunction-line {
        display: none;
    }
}


.ads_badge {
    top: 10px;
}

.ads_badge .free-badge {
    background-color: #54BA4A !important;
    color: white !important
}