﻿.products-list {
    box-shadow: 0px 2px 16.49px 0.51px rgba(31, 35, 33, 0.21);
    padding: 25px 45px
}

.products-list .title {
    border-bottom: 3px solid #d7dc10;
}

.products-list .title h4 {
    display: inline-block;
    height: 57px;
    line-height: 57px;
    margin: 0;
    text-align: center;
    font-size: 25px;
    padding: 0 30px
}

.products-list .title h4 a {
    color: #000;
    display: inline-block;
    width: 100%;
    height: 100%
}

.products-list .title h4.active {
    background-color: #d7dc10;
}

.products-list .title h4.active a {
    color: #fff
}

.products-list .quick-select {
    line-height: 60px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 18px
}

.products-list .quick-select label {
    font-weight: normal;
    margin-right: 20px
}

.products-list .items table {
    table-layout: fixed;
}

.products-list .items table tr {
    border-bottom: 1px solid #c2c2c2;
    padding: 60px;
    width: 100%;
    display: flex;
    align-items: center
}

.products-list .items table tr th, .products-list .items table tr td {
    border: none
}

.products-list .items table tr th img {
    margin-right: 60px;
    width: 100%;
    max-width: 100%;
}

.products-list .items table tr td .name {
    font-weight: bold;
    font-size: 18px
}

.products-list .items table tr td .type {
    margin: 10px 0 0
}

.products-list .items table tr td .type div {
    display: inline-block;
    margin-bottom: 10px
}

.products-list .items table tr td .type div span {
    padding: 5px 8px;
    border: 1px solid #c0c0c0;
    display: inline-block
}

.products-list .items table tr td .type div span.type-name {
    background-color: #000;
    color: #fff;
    border-right: none
}

.products-list .items table tr td ul {
    padding-left: 15px
}

.products-list .items table tr td ul li {
    list-style: initial;
    line-height: 25px
}

.products-list .items table tr td a {
    color: #1d2089;
    text-decoration: underline
}

.products-list .items .pageDiv {
    text-align: center
}

.products-list .items .pageDiv nav {
    display: inline-block
}

.products-list .items .pageDiv li a {
    color: #d7dc10;
}

@media (max-width: 991px) {
    .products-list {
        padding: 3vw
    }

    .products-list .title h4 {
        height: 10vw;
        line-height: 10vw;
        font-size: 5vw
    }

    .products-list .quick-select {
        line-height: 10vw;
        font-size: 3.8vw
    }

    .products-list .quick-select label {
        margin-right: 1vw;
        margin-bottom: 0
    }

    .products-list .quick-select input[type=radio] {
        display: inline-block;
        width: 3vw;
        height: 3vw
    }

    .products-list .items table tr {
        padding: 3vw;
        flex-direction: column
    }

    .products-list .items table tr th img {
        margin-right: 0
    }

    .products-list .items table tr td {
        font-size: 3.4vw
    }

    .products-list .items table tr td .name {
        font-size: 4vw
    }

    .products-list .items table tr td .type {
        margin-bottom: 2vw
    }

    .products-list .items table tr td .type div {
        margin: 1vw 0
    }

    .products-list .items table tr td .type div span {
        padding: 2vw
    }

    .products-list .items table tr td ul li {
        line-height: 5vw
    }

    .products-list .items nav .pagination {
        margin: 0;
        font-size: 3.4vw
    }
}
