/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.section_products .row .col {
    border: solid thin #ebebeb;
    margin-top: -1px;
}

.section_products .row .col:not(:last-child) {
    border-right: transparent;
}

.section_products .title_all,
.section_products .title_page {
    text-transform: uppercase;
    font-weight: 600;
}

.section_products .title_all span {
    background: #d7991e;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.5rem;
}

.section_products .title_all {
    position: relative;
    z-index: 1;
}

.section_products .title_all:before {
    content: '';
    background: #d7991e;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
}

.item__qoute {
    position: relative;
    z-index: 1;
}

.item__qoute .name {
    position: absolute;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #ffffffc2;
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
}

.item__qoute:hover .name, .item__qoute:focus .name {
    background: #d7991e;
    color: #fff;
}

@media (max-width: 1200px) {
    .section_products .title_all {
        font-size: 1.5rem;
    }

    .section_products .row .col:nth-child(odd) {
        border-right: solid thin transparent;
    }
}

@media (max-width: 768px) {
    .section_products .title_all {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .item__qoute .name {
        padding: 0.25rem 0.5rem;
    }

    .section_products .title_all {
        font-size: 1.15rem;
    }
}