@media (min-width: 1360px) {
    .header-nav .nav li.active {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(225,110,45,.72)),to(rgba(234,143,23,.72)));
        background-image: -webkit-linear-gradient(top,rgba(225,110,45,.72),rgba(234,143,23,.72));
        background-image: -moz-linear-gradient(top,rgba(225,110,45,.72),rgba(234,143,23,.72));
        background-image: -o-linear-gradient(top,rgba(225,110,45,.72),rgba(234,143,23,.72));
        background-image: linear-gradient(180deg,rgba(225,110,45,.72),rgba(234,143,23,.72));
        border: 1px solid #fff;
        -webkit-border-image: -webkit-gradient(linear,left top,left bottom,from(#ffca85),to(transparent)) 1 round;
        -webkit-border-image: -webkit-linear-gradient(top,#ffca85,transparent) 1 round;
        -moz-border-image: -moz-linear-gradient(top,#ffca85,transparent) 1 round;
        -o-border-image: -o-linear-gradient(top,#ffca85,transparent) 1 round;
        border-image: -webkit-gradient(linear,left top,left bottom,from(#ffca85),to(transparent)) 1 round;
        border-image: linear-gradient(180deg,#ffca85,transparent) 1 round;
    }

    .header-nav .nav li.active a {
        color: #fff;
        text-decoration: none;
        text-shadow: none;
    }
}

.inline-block {
    display: inline-block;
}

.w100 {
    width: 100%;
}

#sort {
    width: 213px;
}

.catalogue-search .search-button {
    cursor: pointer;
}

.catalogue-element--not-sklad {
    position: relative;
    width: 134px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    margin-top: 1px;
}

.catalogue-element--not-price {
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    margin-top: 1px;
    margin-bottom: 20px;
}

.basket-popup-good__preview {
    height: auto;
}

.basket-goodlist .catalogue-element__preview {
    width: 269px;
}

.basket-goodlist .catalogue-element__data {
    width: 350px;
}

#modalAddToCart a.btn {
    color: #fff;
}

.delivery-desc, .payment-desc {
    display: none;
}

.tags-element.active {
    background-color: #86868a;
    color: #fff;
    text-decoration: none;
}
