.product-list-blocks {
    display:grid;
    text-align:left;
    grid-template-columns:repeat(1,1fr);
    grid-gap:15px;
    justify-content:center;
    margin-bottom:40px!important
}
@media only screen and (min-width:600px) {
    .product-list-blocks {
        grid-template-columns:repeat(2,1fr)
    }
}
@media only screen and (min-width:960px) {
    .product-list-blocks {
        grid-template-columns:repeat(4,1fr)
    }
}
.product-list-blocks li {
    padding:25px;
    box-shadow:0 1px 2px rgba(0,0,0,.2),0 1px 3px rgba(0,0,0,.102);
    background-color:#fff;
    border:1px solid #e0e0e0;
    outline:1px solid transparent;
    position:relative;
    transition:all .2s ease
}
.product-list-blocks li:hover {
    background-color:#ffc510;
    color:#fff!important
}
.product-list-blocks li h4 {
    font-weight:700
}
.product-list-blocks li a {
    color:#000!important;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.brochure {
    margin:0 auto 20px
}
.brochure a {
    color:#000!important
}
.brochure a,
.brochure__item {
    display:flex;
    justify-content:space-between
}
.brochure__item {
    align-items:center;
    transition:all .3s ease-in;
    padding:10px 20px;
    background-color:#f5f5f5;
    margin-bottom:15px
}
.brochure__item:hover {
    box-shadow:0 1px 2px rgba(0,0,0,.2),0 1px 5px rgba(0,0,0,.102)
}
.brochure__brochure {
    margin:25px auto 0 35px;
    display:block;
    max-width:100px;
    -o-object-fit:contain;
    object-fit:contain
}
@media only screen and (min-width:600px) {
    .brochure__brochure {
        max-width:150px
    }
}
.brochure__content {
    display:flex;
    align-items:center
}
.brochure__link {
    width:100%;
    padding-right:40px
}
.brochure__btn {
    position:relative;
    z-index:10
}
.brochure__btn--active svg path {
    transition:.2s ease-in-out;
    fill:#ffc510
}
.cabinet__wrap {
    margin-bottom:30px;
    display:flex
}
.cabinet__wrap img {
    display:none
}
@media only screen and (min-width:960px) {
    .cabinet__wrap img {
        display:block;
        width:50%;
        -o-object-fit:cover;
        object-fit:cover
    }
}
.cabinet__dealer {
    padding:30px!important;
    background-color:#f5f5f5;
    text-align:left;
    width:100%
}
@media only screen and (min-width:960px) {
    .cabinet__dealer {
        width:50%
    }
}
.cabinet__dealer h6 {
    font-weight:700
}
.cabinet__dealer span {
    display:block
}
.cabinet__dealer li {
    margin-bottom:10px;
    display:grid;
    grid-template-columns:repeat(2,1fr)
}
.cabinet__dealer a {
    color:#000!important;
    border-bottom:2px solid #ffc510
}

.empty_target_block
{
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px gray dashed;
}