body .products-card {
    color: inherit;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border: 0;
    display: block;
}
body .products-card:hover    {
    color: inherit;
}
.product_image {
    width: 100%;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.products-card .card .body {
    padding: 25px 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.products-card .card {
    border: none;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0.15rem 1.5rem rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0.15rem 1.5rem rgba(0, 0, 0, 0.08);
    height: 100%;
}
.products-card .card .product_type,
.list-product-param span {
    color: #8D8D94;
    font-size: 0.875rem;
    /*font-weight: 300;*/
    display: block;
}
.products-card .card .products-title {
    font-size: 1.3125em;
    font-weight: 500;
    display: block;
}
.list-product-param strong {
    font-size: 1.375em;
    font-weight: 600;
    line-height: 1;
}
body .products-card .card:hover {
    -webkit-box-shadow: 0 0.4rem 0.75rem rgb(0 0 0 / 15%);
            box-shadow: 0 0.4rem 0.75rem rgb(0 0 0 / 15%);
}
.w-auto {
    width: auto;
}
body .products-card:hover span.btn.btn-dark {
    -webkit-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
body .products-card:hover span.btn.btn-dark {
    background: #387846;
    border-color: #387846;
}
/*.btn.btn-dark:hover {
    background: #387846;
    border-color: #387846;
}
*/

.form-group-search {
    position: relative;
    -webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
            box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
}
.form-group-search:hover {
    -webkit-box-shadow: 0 0.4rem 0.75rem rgb(0 0 0 / 10%);
            box-shadow: 0 0.4rem 0.75rem rgb(0 0 0 / 10%);
}
.form-group-search .btn-form-search {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 2.5rem;
    padding: 0;
}

.form-group-search input.form-control {
    padding-right: 2.75rem;
    padding-left: 1rem;
}
.form-group-sort select.form-control {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    padding-top: 0.47rem;
    padding-bottom: 0.47rem;
    -webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
            box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
}
.form-group-sort select.form-control:hover {
    -webkit-box-shadow: 0 0.4rem 0.75rem rgb(0 0 0 / 10%);
            box-shadow: 0 0.4rem 0.75rem rgb(0 0 0 / 10%);
}
.form-view .form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 0;
    margin: 0;
    padding: 0;
}
.form-view .form-check {
    padding-left: 0.25em;
}

.form-view .form-check:first-of-type {
    padding-left: 0;
}

.form-check input ~ label {
    background-color: transparent;
    padding: 0.5em;
    font-size: 1.025em;
    line-height: 1;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    opacity: 0.65;
}
.form-check input ~ label:hover {
    -webkit-box-shadow: 0 0.4rem 0.75rem rgb(0 0 0 / 10%);
            box-shadow: 0 0.4rem 0.75rem rgb(0 0 0 / 10%);
    opacity: 1;
}
.form-check input:checked ~ label {
    background-color: #fff;
    -webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
            box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
    border-color: #7A7C7F;
    border-radius: 3px;
    opacity: 1;
}
.form-view .form-check:focus {
    color: inherit;
    border-color: #387846;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(56 120 70 / 25%);
            box-shadow: 0 0 0 0.25rem rgb(56 120 70 / 25%);
}

.products-card.line .image_type_prod_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.products-card.line .image_type_prod_block .product_image {
    background-position: right center;
}
.params_product_list {
    min-width: 50%;
}

.products-card.line .card .body {
    padding: 20px 25px;
}
.list-product-param .object__description-rate {
    margin-bottom: 0.375rem;
}


@media (min-width: 992px) {
    .container-xxl .row .catalog-block {
        padding-left: 2em;
    }
    .products-card.line .prod_type .product_type {
        padding-top: 0 !important;
    }
}


@media (max-width: 991px) {
    body .products-card {
        margin-top: 0.5em;
    }
    .products-card.line .image_type_prod_block .product_image {
        background-position: left center;
    }
    .params_product_list {
        width: 100%;
    }
    .form-view {
        display: none;
    }
    .mob-w-100 {
        width: 100%;
    }
    .list-product-param strong {
        font-size: 1.175em;
    }
}
@media (max-width: 768px) {
    body .products-card {
        margin-top: 1em;
    }

}