
.catalog{
    position: relative;
    width: 100%;
    clear: both;
}

.name-catalog{
    color: #3a3a3c;
    display: block;
    font-family: "Roboto Light";
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 35px 0px;
}
.sort{
    width: 100%;

    box-sizing: border-box;
    height: 50px;

}
.select-sort{
    float: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 310px;
}
.view-catalog{
    float: right;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.view-catalog li{
    display: inline-block;
}
.view-catalog li a{
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    transition: all 0.25s ease;
    cursor: pointer;
}
.view-catalog li a.view-block{
    background-image: url('/images/c-b-v.png');
}
.view-catalog li a.view-block:hover{
    background-image: url('/images/c-b-v-h.png');
}
.view-catalog li a.view-filtr{
    background-image: url('/images/filtr.png');
    margin-right: 25px;
    display: none;
}
.view-catalog li a.view-block:focus,
.view-catalog li a.view-block.active{
    background-image: url('/images/c-b-v-f.png');
}
.view-catalog li a.view-row{
    background-image: url('/images/c-r-v.png');
}
.view-catalog li a.view-row:hover{
    background-image: url('/images/c-r-v-h.png');
}
.view-catalog li a.view-row:focus,
.view-catalog li a.view-row.active
{
    background-image: url('/images/c-r-v-f.png');
}

.left{
    display: inline-block;
    position: relative;
    width: 232px;
    float: left;
    vertical-align: top;
}
.you-choose{
    position: relative;
    width: 92%;
    border-bottom: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
}

.you-choose span{
    color: #4c71a2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
    display: block;
}
.you-choose li,
.option-filtr li
{
    display: inline-block;
    width: 100%;

}
.you-choose li span{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.you-choose li span.delete-choose{
    background-color: #ccc;
    border-radius: 2px;
    width: 17px;
    height: 17px;
    line-height: 13px;
    text-align: center;
    margin-right: 5px;
}
.delete-choose img{
    vertical-align: middle;
}
.you-choose li span.option-choose{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
    color: #666;
}
.you-choose li a{
    display: block;
    cursor: pointer;
    transition: all 0.25s ease;
    overflow: hidden;
}
.you-choose li a:hover .option-choose{
    color: #406fc1;
}
.you-choose li a:hover .delete-choose{
    background-color: #e98943;
}
.you-choose li a:focus .option-choose{
    color: #666666;
}
.you-choose li a:focus .delete-choose{
    background-color: #666666;
}
.clear-filtr
{
    display: inline-block;
    border-bottom: dotted 1px #406fc1;
    color: #406fc1;
    font-size: 15px;
    margin: 10px 0 40px;
}
.option-filtr{
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666;

}

.option-filtr .name-option{
    color: #3a3a3c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 31px 20px 10px 0;

}
.option-filtr li{
    margin: 5px 0;
}



#options-price input{
    width: 63px;
    height: 36px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-right: 7px;
}
#options-price label{
    color: #666;
    font-size: 15px;
    font-weight: 700;
}

.right{
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-left: -40px;
    max-width: 945px;
    background-image: url('/images/filtr_bg.png');
    background-repeat: repeat-y;
    background-position: top left;


}
.option-filtr  input[type="checkbox"]{
    display: inline-block;
    margin: 7px;
    margin-left: 0;
}
.option-filtr  label span{
    color: #ccc;

}

.option-filtr  label{
    cursor: pointer;
}
.option-filtr  label:hover{
    color: #406fc1;
}

.catalog-prod {
    padding: 20px 8px;
    border-top: solid 1px #cccccc;
    background-image: url('/images/catalog-prod-bg.png');
    background-repeat: repeat-x;
    background-position: top;
    margin-left: 20px;
    border-left: solid 1px #cccccc;
}
.product-item-line{
    height: 1px;
    background-color: #e9e9e9;
    width: 100%;
    margin: 40px 0;
}

.see-more-prod {
    width: 248px;
}
.apply-option{
    width: 128px;
    float: left;
}
.article{
    position: relative;
    width: 100%;
}
.article h1{
    color: #333;
    font-size: 24px;
    padding:20px 0;
    padding-bottom: 10px;
}
.article .cat-name{
    color: #333;
    font-size: 24px;
    padding:20px 0;
    padding-bottom: 10px;
    font-weight: bold;
}
.article p{
    color: #666;
    font-size: 16px;
    padding: 20px 0px;
}
.article ul {
    margin-left: 20px;
}
.article ul li{
    list-style-type: disc; 
    color: #406fc1;
    padding:5px 0px;
}
.article ul li span{
    color: #666;
}
.article strong{
    padding: 5px 0px;
    color: #666;
}
.product-item.product-row-view{
    width: 100%;
    max-width: 908px;
    margin-top: 5px;
    margin-left: 10px;
    border: solid 1px #fff;
    border-bottom: solid 1px #e9e9e9;
    box-sizing: border-box;
}

.product-item.product-row-view:hover {
    border: solid 1px #fff;
    border-bottom: solid 1px #e9e9e9;
    border-radius:0px;
    box-shadow: none;
    overflow: hidden;
}
.product-item.product-row-view .prod-img .figure
{
    width: 150px;
    height: 170px;
    text-align: center;
    line-height: 150px;
    display: inline-block;
    float: left;
}
.product-item.product-row-view .prod-img .figure img{
    max-width: 150px;
    max-height: 170px;
    width: 100px;
}

.product-item.product-row-view .prod-img .prod-name {
    display: inline-block;
    float: left;
    height: 25px;
    max-width: 620px;
    text-align: left;
}

.product-item.product-row-view .prod-inf {
    display: inline-block;
    left: 150px;

    border-top: none;
    border-bottom: none;
    max-width: 580px;
}

.product-item.product-row-view  .vendor-and-status{
    display: block;
    float: left;
    max-width: 580px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}
.product-item.product-row-view  .vendor-and-status .vendor{
    color: #666;
    margin-right: 5px;
}
.product-item.product-row-view  .vendor-and-status .vendor span{
    color: #999;
    padding-right: 5px;
} 
.product-item.product-row-view  .vendor-and-status .status{
    color: #75a173;
}

.product-item.product-row-view .prod-desc {
    top: 0;
    left: 0;
    float: left;
    position: relative;
    border: none;
    box-shadow: none;
}
.product-item.product-row-view:hover > .prod-desc{
    border: none;
    box-shadow: none;
}

.product-item.product-row-view .prod-desc .text{
    position: absolute;
    top: 0;
    left: 150px;
    max-width: 580px;
    top: -125px;
    height: 75px;
    overflow: hidden;
    font-size: 13px;
}
.product-item.product-row-view .prod-desc .text p{
    padding: 10px 0;
}
.product-item.product-row-view .prod-compare{
    position: absolute;
    bottom: 20px;
    left: 155px;
    width: 100px;
}
.product-item.product-row-view .rating{
    position: absolute;
    bottom: 6px;
    left: 255px;
}
.product-item.product-row-view .prod-price {
    position: absolute;
    right: 5px;
    height: 38px;
    top: 50%;
    width: 130px;
    margin-top: -19px;
}
.product-item.product-row-view .prod-price .price {
    position: absolute;
    top: -60px;
    width: 130px;
    left: 0;
}
.product-item.product-row-view .prod-addcart {
    position: absolute;
    width: 130px;
    padding: 0;
    right: -5px;
    top: -125px;
    text-align: center;
}
.product-item.product-row-view .prod-price .asking-price {
    width: 130px;
    right: 5px;
}

.brands-items{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.brand-item
{
    position: relative;
    display: block;
    float: left;
    margin: 9px;
    width: 210px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.brand-item img{
    max-width: 200px;
    max-height: 110px;
    width: auto;
    vertical-align: middle;

    opacity: 0.5;

    /*Добавим вот такой вот код*/
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    /*конец кода с transition*/
}

.brand-item:hover img{
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
}

.brand-item:hover {
    border: 1px solid #f9b515;
    box-shadow: 0 0 13px #f9b515;
}

.head{
    color: #3a3a3c;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 40px 0 20px;
}
.nbs-flexisel-container .prod-price .price-old{
    color: #6f7175;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    display: block;
    position: absolute;
    top: 2px;
    left: 10px;
    line-height: 12px;
    background-color: #e1e1e1!important;
    border-radius: 3px;
    width: auto;
    padding: 0 2px;
}
.nbs-flexisel-container .prod-price .price{
    display: block;
    line-height: 38px;
    margin-top: 4px;
    width: 100%;
}

.product-cat .product-item:hover {
    border: 1px solid #406fc1;
    border-radius: 3px;
    box-shadow: 0 0 13px #b0c5ea;
}
.type-category,
.category-option-item{
    display: inline-block;
    width: 366px;
    padding: 20px;
    box-sizing: border-box;
    border-top: solid 1px #cccccc;
    vertical-align: top;
    text-align: center;
    margin: 5px;
}
.category-option-item{
    text-align: left;
    padding: 20px 0;
    border:none;
    vertical-align: top;
}
.category-option-item .head{
    color: #3a3a3c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    border:none;
    margin-bottom: 10px;
}
.category-option-item a
{
    color: #406fc1;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.type-category img{
    width: 134px;
    height: 133px;
    display: inline-block;
    margin: 10px;
    border: solid 1px #cccccc;
    border-radius: 3px;
}

.type-category ul.features-links{
    list-style-type: none;
}

.type-category ul.features-links li{
    list-style: disc;
    position: relative;
    display: inline-block;
    text-align: center
}
.type-category ul.features-links li::after{
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 24px;
    color: #4c71a2;
    font-size: 18px;
}

.type-category ul.features-links li a{
    display: inline-block;
    border-bottom: dotted 1px #406fc1;
    color: #406fc1;
    font-size: 15px;
    margin: 10px;
    vertical-align: middle;
    line-height: 17px;
}

.type-catygory-name{
    display: block;
    color: #406fc1;
    font-size: 18px;
    font-weight: 400;
}
@media screen and (max-width: 1210px) {
    .right {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        width: 100%;
        background-image: none;
    }
    .left {
        float: none;
        width: 100%;
        display: none;
    }
    .catalog-prod {
        border-left: none;
        margin-left: 0;
    }
    .product-item.product-row-view {

        max-width: 100%;
        margin-left: 0px;
    }
    .product-item.product-row-view .prod-img .figure {
        width: 200px;
        margin-right: 10px;
    }
    .product-item.product-row-view .prod-img .figure img {
        max-width: 190px;
        max-height: 170px;
        width: auto;
    }
    .product-item.product-row-view .prod-desc .text {
        left: 205px;
        max-width: 540px;
    }
    .product-item.product-row-view .prod-compare {
        left: 215px;
    }
    .product-item.product-row-view .rating {
        left: 315px;
    }
    .product-item.product-row-view .prod-img .prod-name {
        max-width: 540px;
        height: 50px;
    }
    .option-filtr .block-filtr, #options-price, .you-choose{
        display: inline-block;
        vertical-align: top;
        width: 230px;
        border:none;
    }
    .apply-option{
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .view-catalog li a.view-filtr{
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .name-catalog {
        font-size: 32px;
    }
    .brand-item {
        width: 155px;
        height: 110px;
        line-height: 110px;
    }
    .brand-item  img{
        max-width: 150px;
        max-height: 110px;
    }
    .catalog-prod {
        padding: 20px 0;
    }
    .product-item.product-row-view .prod-img .figure {
        width: 110px;
        margin-right: 10px;
        height: 120px;
    }
    .product-item.product-row-view .prod-img .figure img {
        max-width: 100px;
        vertical-align: top;
        margin-top: 10px;
    }
    .product-item.product-row-view .prod-img .prod-name {
        max-width: 400px;
    }
    .product-item.product-row-view .prod-desc .text {
        left: 110px;
        max-width: 400px;
    }
    .product-item.product-row-view .prod-compare {
        left: 125px;
    }
    .product-item.product-row-view .rating {
        left: 225px;
    }
}

@media screen and (max-width: 760px){
    .brand-item {
        width: 130px;
        height: 90px;
        line-height: 90px;
        margin: 7px;
    }
    .brand-item img {
        max-width: 125px;
        max-height: 85px;
    }
    .view-catalog li a.view-block,
    .view-catalog li a.view-row,
    .news,
    .article {
        display: none;
    }
    .select-sort {
        width: 240px;
    }
    .right {
        background-image: none;
        width: 100%;
    }
    .view-catalog li a.view-filtr{
        margin-right: 0;
    }

    .type-category,
    .category-option-item{
        width: 100%;
    }

}