

/* Start:/bitrix/components/insy/catalog.elements/templates/new/style.css?17739570812626*/
.products-table {
    margin: 30px 0;
}

.products-table__head {
    margin-bottom: 15px;
    background: #7b86915e;
    border-radius: 5px;
}

.products-table__head-title {
    white-space: nowrap;
}

.products-table__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.products-table__row {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.products-table__body .products-table__row {
    background: #fff;
    border-radius: 5px;
}

.products-table__col {
    flex: 0 0 auto;
    padding: 10px;
}

.products-table__col-1 {
    width: 60px;
}

.products-table__col-2 {
    flex: 1;
    width: auto;
}

.products-table__col-3 {
    width: 180px;
}

.products-table__col-4 {
    width: 160px;
}

.products-table__item-img-c {
    display: block;
}

.products-table__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-table__item-title {
    font-size: 16px;
    line-height: normal;
    color: #000;
    text-decoration: underline;
}

.products-table__item-desc {
    font-size: 16px;
    line-height: normal;
    color: #000;
}

.products-table__item-title:hover {
    text-decoration: none;
}

.products-table__item-btn {
    width: 130px;
    background: #0442cd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    border-radius: 5px;
    color: #fff;
    transition: all .3s;
    font-size: 16px;
    border: 2px solid transparent;
    cursor: pointer;
}

@media (hover:hover) {
    .products-table__item-btn:hover {
        background: #fff;
        color: #000;
        border: 2px solid #0442CD;
    }
}

@media (max-width: 1025px) {
    .products-table__col-3 {
        width: 130px;
    }

    .products-table__col-4 {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .products-table__item-title,
    .products-table__item-desc,
    .products-table__head-title {
        font-size: 13px;
    }

    .products-table__body {
        gap: 10px;
    }

    .products-table__head {
        margin-bottom: 10px;
    }

    .products-table__item-btn {
        width: 90px;
        height: 28px;
        font-size: 13px;
    }

    .products-table__item-title {
        word-wrap: break-word;
    }

    .products-table__col {
        padding: 10px 5px;
    }

    .products-table__col-1 {
        display: none;
    }
    
    .products-table__col-2 {
        flex: 1;
        min-width: 0;
        padding-left: 10px;
    }

    .products-table__col-3 {
        width: 75px;
    }

    .products-table__col-4 {
        width: 105px;
        padding-right: 10px;
    }
}
/* End */
/* /bitrix/components/insy/catalog.elements/templates/new/style.css?17739570812626 */
