<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category__sort-pagination {
    margin-top: 16px;
}

.category__ist-goods-sort {
    margin-top: 10px;
}

.category__pagination-list {
    margin-top: 25px;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/


.category-value-goods {
    margin-left: 1.7%;
    font-size: 13px;
    color: #555555;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.category-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 14px 5px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background-color: #f5f5f5;
    z-index: 10;
    margin-bottom: 15px;
}
.filter-head {
    font-weight: bold;
    margin-right: 20px;
}
.category-filter__item {
    position: relative;
    margin-right: 5.1%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-filter__item:last-child {
    margin-right: 0;
}
.category-filter__item-name {
    font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    color: black;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    position: relative;
}
.category-filter__item-name:before {
    content: '\2039';
    position: absolute;
    right: -15px;
    top: 43%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    font-size: 18px;
    color: #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
}
.category-filter__item-name:hover {
    text-decoration: underline;
}
.category-filter__item-name_active {
    color: #006edb;
}
.category-filter__item-name_active:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    color: #006edb;
}
.category-filter__item-name_active-checked:before {
    right: -37px;
}
.category-filter__item-value_active {
    margin-left: 4px;
    margin-top: -4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    font-family: 'Arial';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    background-color: #006edb;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    line-height: 1.7;
}

#filter-price  .category-filter__item-value_active {
    width: auto;
    padding: 0 8px
}
.filter-right-4.category-filter__item-name:before {
    right: -75px
}
.filter-right-5.category-filter__item-name:before {
    right: -85px
}
.filter-right-6.category-filter__item-name:before {
    right: -95px
}
.filter-right-7.category-filter__item-name:before {
    right: -105px
}
.filter-right-8.category-filter__item-name:before {
    right: -110px
}
.filter-right-9.category-filter__item-name:before {
    right: -122px
}

.category-filter__dropdown {
    position: absolute;
    top: 27px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0 20px;
    background-color: #f7f7f8;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.category-filter__dropdown_active {
    height: auto;
    padding: 20px 20px;
    z-index: 13;
}
.category-filter__dropdown_season {
    width: 600px;
}
.category-filter__search {
    margin: -5px 0 21px;
    border-bottom: 2px solid #000;
}
.category-filter__search .search__input {
    color: #000;
}
.category-filter__search .search__input::-webkit-input-placeholder {
    color: #000;
}
.category-filter__search .search__input:-moz-placeholder {
    color: #000;
}
.category-filter__search .search__input::-moz-placeholder {
    color: #000;
}
.category-filter__search .search__input:-ms-input-placeholder {
    color: #000;
}
.category-filter__search .search__submit {
    background-image: url(/images/site/i-search-black.svg);
}
.category-filter__range {
    margin-top: 9px;
}
@media only screen and (max-width: 1700px) {
    .category-filter_fixed {
        width: 59.3%;
    }
}
@media only screen and (max-width: 1400px) {
    .category-filter_fixed {
        width: 71.5%;
    }
}
@media only screen and (max-width: 1269px) {
    .category-filter_fixed {
        width: 77.5%;
    }
    .category-filter__dropdown_brand {
        left: -100px;
    }
    .category-filter__dropdown_price {
        left: auto;
        right: -80px;
    }
}
@media only screen and (max-width: 979px) {
    .category-filter_fixed {
        width: 76%;
    }
    .category-filter__item {
        margin-right: 6%;
    }
    .category-filter__dropdown_composition {
        right: 0;
    }
    .category-filter__dropdown_brand {
        right: -200px;
        left: auto;
    }
    .category-filter__dropdown_color {
        left: -80px;
    }
}
@media only screen and (max-width: 767px) {
    .filter-head {
        display: none;
    }
    #filter-price  .category-filter__item-value_active {
        min-width: 110px;
    }
    .category-filter__item {
        margin: 0 12% 3px 0;
        position: static;
    }
    .category-filter_fixed {
        width: 93%;
        padding-top: 15px;
        top: 89px;
    }
    .category-filter__dropdown {
        top: 100%;
    }
    .category-filter__dropdown_active {
        height: auto;
        padding: 15px 10px;
    }
    .category-filter__dropdown_season {
        width: 600px;
        right: auto;
        left: 0;
    }
}
@media only screen and (max-width: 425px) {
    .category-filter__item {
        margin: 0 8% 3px 0;
    }
}
@media only screen and (max-width: 375px) {
    .category-filter__item {
        margin: 0 12% 3px 0;
    }
}

.category-check-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-check-list.category-check-list_brand {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.category-check-list__item {
    margin-bottom: 9px;
}
.category-check-list__checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
    display: none;
}
.category-check-list__checkbox:checked + label:before {
    background-image: url(/images/site/sprite.png);
    background-repeat: no-repeat;
    background-position: -54px -65px;
}
.category-check-list__checkbox:checked + .color_black:before {
    background-position: -54px -75px;
}
.category-check-list__checkbox:checked + .color_gradient:before {
    background-image: url(/images/site/sprite.png), -webkit-linear-gradient(315deg, #2f87cc 0%, #fff800 23%, #fff800 47%, #00ff32 57%, #00ff32 72%, #000bff 100%);
    background-image: url(/images/site/sprite.png), -o-linear-gradient(315deg, #2f87cc 0%, #fff800 23%, #fff800 47%, #00ff32 57%, #00ff32 72%, #000bff 100%);
    background-image: url(/images/site/sprite.png), linear-gradient(135deg, #2f87cc 0%, #fff800 23%, #fff800 47%, #00ff32 57%, #00ff32 72%, #000bff 100%);
    background-position: -54px -65px, 0px 0px;
    background-repeat: repeat;
}
.category-check-list__label {
    padding-left: 21px;
    position: relative;
    cursor: pointer;
    font-family: "Arial";
    font-size: 14px;
}
.category-check-list__label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: -2px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
}

.char-disabled input:disabled, .char-disabled input:disabled+label {
    color: gray;
    opacity: 0.5;
}


.category-check-list_season .category-check-list__item {
    width: 25%;
}


.category-check-list_composition .category-check-list__item {
    width: 50%;
}
.category-check-list_price .category-check-list__item {
    width: auto;
}

.category-check-list_price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.category-check-list_price .category-check-list__item {
    width: auto;
    margin: 0 7px;
}

@media only screen and (max-width: 767px) {
    .category-check-list_color .category-check-list__item {
        width: 50%;
    }
    .category-check-list_brand .category-check-list__item {
        width: 50%;
    }
    .category-check-list_price .category-check-list__item {
        width: 50%;
    }
    .category-check-list_price .category-check-list__item {
        margin: 0 0px;
    }
}

.filter-button {
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-button__link {
    padding: 16px 18px 12px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-family: "Arial";
    font-weight: bold;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.filter-button__link_go {
    margin-right: 7px;
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
}
.filter-button__link_go:hover {
    background-position: 0 0;
}
.filter-button__link_clear {
    background-image: -webkit-linear-gradient(45deg, #000 0%, #483d3d 50%, #2f2d2d 100%);
    background-image: -o-linear-gradient(45deg, #000 0%, #483d3d 50%, #2f2d2d 100%);
    background-image: linear-gradient(45deg, #000 0%, #483d3d 50%, #2f2d2d 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
}
.filter-button__link_clear:hover {
    background-position: 0 0;
}

.color_white:before {
    background-color: #fff;
}

.color_blue:before {
    background-color: #0000ff;
}

.color_red:before {
    background-color: #ff2b2b;
}

.color_gradient:before {
    background: #2f87cc;
    background: -webkit-linear-gradient(315deg, #2f87cc 0%, #fff800 23%, #fff800 47%, #00ff32 57%, #00ff32 72%, #000bff 100%);
    background: -o-linear-gradient(315deg, #2f87cc 0%, #fff800 23%, #fff800 47%, #00ff32 57%, #00ff32 72%, #000bff 100%);
    background: linear-gradient(135deg, #2f87cc 0%, #fff800 23%, #fff800 47%, #00ff32 57%, #00ff32 72%, #000bff 100%);
}

.color_beige:before {
    background-color: #eedcc3;
}

.color_blue-light:before {
    background-color: #00b4ff;
}

.color_pink:before {
    background-color: #ff6fa9;
}

.color_black:before {
    background-color: #000;
}

.color_braun:before {
    background-color: #b9621f;
}

.color_violet:before {
    background-color: #aa46e2;
}

.color_gray:before {
    background-color: #aaaaaa;
}

.color_orange:before {
    background-color: #ff8712;
}

.color_green:before {
    background-color: #2ea92e;
}

.color_yellow:before {
    background-color: #fde910;
}

.category-filter-range__inner {
    margin: 16px 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-filter-range__line {
    color: #555555;
    width: 30px;
    margin: 0 5px;
    text-align: center;
}

.category-filter-range__input {
    width: 75px;
    height: 30px;
    padding-top: 4px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    outline: none;
    text-align: center;
    color: #555555;
    font-size: 16px;
    font-family: "Arial";
    font-size: 16px;
}
.category-filter-range__input::-webkit-input-placeholder {
    color: #555555;
    font-family: "Arial";
    font-size: 16px;
}
.category-filter-range__input:-moz-placeholder {
    color: #555555;
    font-family: "Arial";
    font-size: 16px;
}
.category-filter-range__input::-moz-placeholder {
    color: #555555;
    font-family: "Arial";
    font-size: 16px;
}
.category-filter-range__input:-ms-input-placeholder {
    color: #555555;
    font-family: "Arial";
    font-size: 16px;
}

.noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #d5d5d5;
    height: 3px;
}

.noUi-connect {
    height: 3px;
    background: #006edb;
}

.noUi-connects {
    height: 3px;
    top: -1px;
}

.noUi-horizontal .noUi-handle {
    top: -9px;
    width: 19px;
    height: 19px;
    border: 2px solid #006edb;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.noUi-horizontal .noUi-handle:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
    content: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -10px;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.sort-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .sort-pagination {
        display: none;
    }
}

.sort {
    position: relative;
}
.sort__name {
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    font-size: 15px;
}
.sort__name:before {
    content: '\2039';
    position: absolute;
    right: -18px;
    top: 42%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    font-size: 18px;
    color: #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
}
.sort__name_active {
    color: #006edb;
}
.sort__name_active:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    color: #006edb;
}
.sort__name:hover {
    text-decoration: underline;
}
.sort__dropdowm {
    position: absolute;
    top: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0 20px;
    background-color: #f7f7f8;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.sort__dropdowm_active {
    width: 240px;
    height: auto;
    padding: 20px 20px 16px;
    z-index: 12;
}
@media only screen and (max-width: 767px) {
    .sort {
        position: static;
    }
    .sort__dropdowm {
        top: 100%;
        left: 0;
    }
}

.sort-filter {
    background-color: #f7f7f8;
}
.sort-filter__item {
    margin-bottom: 10px;
}
.sort-filter__item:last-child {
    margin-bottom: 0;
}
.sort-filter__radio {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
    display: none;
}
.sort-filter__radio:checked + label:before {
    background: #006edb;
    background: -webkit-radial-gradient(center, ellipse, #006edb 0%, #006edb 40%, #ffffff 40%, #ffffff 100%);
    background: -o-radial-gradient(center, ellipse, #006edb 0%, #006edb 40%, #ffffff 40%, #ffffff 100%);
    background: radial-gradient(ellipse at center, #006edb 0%, #006edb 40%, #ffffff 40%, #ffffff 100%);
}
.sort-filter__label {
    position: relative;
    cursor: pointer;
    color: #555555;
    font-family: "Arial";
    font-size: 14px;
    padding-left: 22px;
}
.sort-filter__label:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #555555;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -2px;
    border: 1px solid #b5b5b5;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.pagination__item {
    margin-left: 12px;
}
.pagination__link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.pagination__link:hover, .pagination__link_active {
    font-family: 'Arial';
    font-weight: bold;
    color: #006edb;
}
.pagination__link_active {
    cursor: default;
}
#show-more {
    margin: 25px auto 40px auto;
    text-align: center
}
#show-more button {
    padding: 18px 75px 12px;
}
@media only screen and (max-width: 767px) {

    .pagination-list {
        margin-bottom: 30px;
    }
}
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.list-goods-sort {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.list-goods-sort__item {
    border: 1px solid #e8e8e8;
    width: 24.4%;
    margin: 0.3%;
    position: relative;
    background-color: transparent;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list-goods-sort__item__inner {
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: space-around;
    height: 100%;
}

.full-items .list-goods-sort__item {
    width: 19.3%;
}

.list-goods-info {
    padding: 10px;
}
.list-goods-name {
    font-size: 13px;
    color: gray;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 0 0;
}
.in-stock {
    color: #006edb;
    position: relative;
}
.in-stock:before {
    content: url(/images/site/in-stock2.svg);
    width: 12px;
    left: -15px;
    top: 0;
    position: absolute;
}
.not-warehouse {
    color: red;
    position: relative;
}
.not-warehouse:before {
    content: url(/images/site/not-warehouse.svg);
    left: -18px;
    top: 1px;
    position: absolute;
    width: 14px;
    height: 12px;
}

.list-goods-sort__item:hover .list-goods-sort__item__inner {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.list-goods-sort__item:hover .list-goods-sort-number {

}
.list-goods-sort__item:hover .list-goods-sort__quick-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.list-goods-sort__item:hover .link-favorites {
    display: block;
}
.list-goods-sort__discount {
    position: absolute;
    left: 10px;
    top: 20px;
    padding: 6px 8px 2px;
    font-family: "Arial";
    font-weight: bold
        font-size: 20px;
    color: #fff;
    background-color: #006edb;
    z-index: 1;
}
.list-goods-sort__img {
    position: relative;
    max-height: 360px;
    overflow: hidden;
}
.list-goods-sort__img img {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list-goods-sort__img-link {
    display: block;
    height: 100%;
}

.list-goods-sort__quick-view {
    position: absolute;
    left: 5%;
    top: 5%;
    font-size: 13px;
    width: 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    /* text-transform: uppercase; */
    text-align: center;
    color: #fff;
    background-color: #ffffff;
    /* transition: .5s; */
    /* background-image: -webkit-linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%); */
    background-image: -o-linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%);
    /* background-image: linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%); */
    /* background-position: 100% 0; */
    /* background-size: 200% 200%; */
    padding: 6px 0 3px;
    border-radius: 2px;
    display: none;
    opacity: 0.8;
    color: black;
    border: 1px solid #e5e5e5;
}
.list-goods-sort__quick-view:hover {
    background-image: -webkit-linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%);
    background-image: -o-linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%);
    background-image: linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    color: white;
    border: 1px transparent solid;
    opacity: 1;
}
.list-goods-sort__link {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 5px;
    min-height: 45px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.list-goods-sort__link:hover {
    color: #006edb;
}
.list-goods-sort__link-inner {
    width: 100%;
    display: block;
    height: 80px;
    overflow: hidden;
    background-color: #fff;
}
.list-goods-sort__price {
    background-color: #fcfcfc;
    padding: 10px;
    border-top: 1px solid #e8e8e8;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}
.list-goods-sort__price button {
    border: 0;
    background-color: #c6c6c6;
    font-size: 21px;
    width: 27px;
    cursor: pointer;
    height: 27px;
    color: white;
    vertical-align: top;
}
.list-goods-sort__price button:hover {
    background-color: #5c5c5c;
}
.list-goods-sort__price-notice {
    color: gray;
    margin-bottom: 4px;
    font-size: 14px;
}

.unit-pack {
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 3px;
    display: inline-block;
}
.info-price {
    margin-right: 12px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
ul.list-goods-sort__price-info {
    color: gray;
    margin-bottom: 5px;
    padding: 0 10px;
}
ul.list-goods-sort__price-info li {
    font-size: 13px;
    margin: 1px 0;
}
ul.list-goods-sort__price-info li b {
    font-size: 13px;
}
.in-basket {

}
.in-basket-wrap {
    padding: 5px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
    max-height: 100%;
    flex-grow: 1;
}
.in-basket {
    border: 0;
    width: 100%;
    display: inline-block;    
    padding: 7px 0 6px;
    font-family: 'Arial';
    color: #fff;
    font-size: 14px;
    background-color: #006edb;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-position: 100% 0px;
    border-radius: 2px;
    background-size: 200% 200%;
}
.in-basket:hover {
    cursor: pointer;
    background-position: 0 0;
}

.list-goods-sort__price-current {
    margin-left: 3.1%;
    color: #333333;
    float: right;
    padding-top: 4px;
    display: inline-block;
    font-family: "Arial";
    font-weight: bold;
    font-size: 20px;
}
.list-goods-sort__hidden-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 12px 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    z-index: 1;
}


@media only screen and (max-width: 1240px) {
    .list-goods-sort__item {
        width: 24.4%;

    }
    ul.list-goods-sort__price-info  {
        font-size: 13px;
    }
    ul.list-goods-sort__price-info li b {
        font-size: 14px;
    }

    .full-items .list-goods-sort__item {
        width: 32.4%;
        max-width: 232px;
    }
}

@media only screen and (max-width: 1269px) {
    .list-goods-sort__item {
        width: 32.4%;
        max-width: 232px;

    }
}
@media only screen and (max-width: 979px) {
    .list-goods-sort__item {
        text-align: center;
        width: 49.4%;
    }

    .list-goods-sort .list-goods-sort-number {
        height: auto;
        position: relative;
        margin-top: 10px;
        padding: 0;
        bottom: auto;
    }
    .list-goods-sort__item .link-favorites {
        display: block;
    }

    .list-goods-sort__price, .list-goods-sort .list-goods-sort-number {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .list-goods-sort__img {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .list-goods-sort__item:hover .list-goods-sort__item__inner {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .list-goods-sort__item:hover .list-goods-sort__quick-view  {
        display: none;
    }

    .full-items .list-goods-sort__item {
        width: 50%;
        max-width: 232px;
    }
}
@media only screen and (max-width: 540px) {

    .list-goods-sort__item {
        width: 100%;
    }
    .list-goods-sort__item__inner {
        border-bottom: 1px solid #f5f5f5;
    }
    .list-goods-sort__img {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .list-goods-sort__discount {
        top: 40px;
        left: 25px;
    }

    .full-items .list-goods-sort__item {
        width: 100%;
        max-width: 232px;
    }
}

.list-goods-sort-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list-goods-sort-number__item {
    margin-right: 4%;
    margin-bottom: 4px;
    font-family: 'Arial';
    color: #555555;
    text-decoration: none;
}
.list-goods-sort-number__item:hover {
    opacity: .8;
}

.link-favorites {
    cursor: pointer;
    display: none;
    position: absolute;

    right: 5%;
    top: 2.7%;
    width: 25px;
    height: 25px;
    z-index: 1;
}


.list-goods-sort__img-link {
    position: relative;
}
.list-goods-sort__img-link:hover .images-list {
    display: flex;
}

.images-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.images-list div {
    height: 100%;
    position: relative;
}
.images-list div:after {
    background-color: #ddd;
    border-radius: 5px;
    margin: 0 3%;
    height: 3px;
    width: 94%;
    z-index: 10;
    bottom: 0;
    position: absolute;
    content: ' '
}
.images-list div:hover:after {
    background-color: #2f87cc;
}

@media only screen and (max-width: 767px) {
    .link-favorites {
        right: 15%;
    }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.pagination-list__item {
    margin: 0 3px;
}
.pagination-list__link {
    display: block;
    padding: 12px 16px 7px;
    color: #555555;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    border-radius: 3px;
    font-size: 16px;
}




.pagination-list__link:hover, .pagination-list__link_active {
    color: #fff;
    border: 1px solid transparent;
    background-color: #006edb;
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
}
.pagination-list__link_active {
    cursor: default;
}
@media only screen and (max-width: 979px) {
    .pagination-list__link {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .pagination-list__item {
        margin: 0 3px 3px;
    }
}


/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.mobile-block {
    display: none;
}
.mobile-block-category {
    width: 50%;
    text-align: center;
}
.mobile-block-category__header {
    color: #555555;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.mobile-block-category__header:after {
    content: '\2039';
    position: absolute;
    right: -15px;
    top: 43%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    font-size: 18px;
    color: #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
}
.mobile-block-category__header-active:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.mobile-block-filter {
    width: 50%;
    text-align: center;
}
.mobile-block-filter__header {
    color: #555555;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.mobile-block-filter__header:after {
    content: '\203a';
    position: absolute;
    right: -15px;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .mobile-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        padding: 11px 0 5px;
    }
    .mobile-block .category-filter {
        border-bottom: none;
        padding: 0;
        text-align: left;
    }
    .mobile-block .category-filter__item {
        margin: 0;
        width: 100%;
        padding-right: 5px;
        border-bottom: 1px solid #d2d2d2;
    }
    .mobile-block .category-filter__item-name {
        display: block;
        width: 100%;
        padding: 10px 0 7px 10px;
    }
    .mobile-block .category-filter__item-name:before {
        content: none;
        display: none;
    }
    .mobile-block .category-filter__item-name:hover {
        text-decoration: none;
    }
    .mobile-block .category-filter__dropdown {
        width: 100%;
        top: 47px;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 0;
        padding: 0 15px;
        overflow: hidden;
        background-color: #fff;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
    .mobile-block .category-filter__dropdown_active {
        height: calc(100% - 47px);
        z-index: 3;
        overflow-y: auto;
        padding: 10px 15px;
        padding-bottom: 50px;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
    .mobile-block .category-filter__dropdown_active .filter-button {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 0 0 10px;
    }
    .mobile-block .category-check-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mobile-filter-hide {
        display: none;
    }
    .mobile-block .category-check-list__item {
        width: 100%;
        padding: 5px 0 5px 0px;
        border-bottom: 1px solid #d2d2d2;
    }
    .mobile-block .category-check-list__item:last-child {
        border-bottom: none;
    }
    .mobile-block .sort {
        width: 100%;
    }
    .mobile-block .sort__name {
        display: block;
        width: 100%;
        padding: 10px 0 7px 10px;
        border-bottom: 1px solid #d2d2d2;
    }
    .mobile-block .sort__name:before {
        content: none;
        display: none;
    }
    .mobile-block .sort__name:hover {
        text-decoration: none;
    }
    .mobile-block .sort__dropdowm {
        width: 100%;
        top: 47px;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 0;
        padding: 0 15px;
        overflow: hidden;
        background-color: #fff;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
    .mobile-block .sort__dropdowm_active {
        height: calc(100% - 47px);
        z-index: 4;
        overflow-y: auto;
        padding: 20px 15px 10px;
        padding-bottom: 50px;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
}

.mobile-block-filter-hidden {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 200;
}
.mobile-block-filter-hidden_active {
    display: block;
}
.mobile-block-filter-hidden__header {
    padding: 18px 0 9px 5px;
    text-align: center;
    border-bottom: 2px solid #d2d2d2;
    position: relative;
}
.mobile-block-filter-hidden__name {
    font-family: 'Arial';
    font-weight: bold;
}
.mobile-block-filter-hidden__prev, .mobile-block-filter-hidden__close {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.mobile-block-filter-hidden__prev:before, .mobile-block-filter-hidden__close:before {
    content: '\2716';
    font-size: 26px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}
.mobile-block-filter-hidden__prev:hover, .mobile-block-filter-hidden__close:hover {
    opacity: .8;
}
.mobile-block-filter-hidden__prev {
    right: auto;
    left: 10px;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.mobile-block-filter-hidden__prev:before {
    content: '\2039';
}
.mobile-block-filter-hidden__prev-active {
    pointer-events: auto;
    opacity: 1;
    cursor: pointer;
}



.items-not-active {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.items-not-active:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.category-bottom-wrapper {
    margin-top: 80px;
}
.category-bottom, .category-bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.category-bottom-head {
    width: 130px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}
.category-bottom ul {
    font-size: 0;
    width: calc(100% - 130px)
}

.category-bottom  {
    margin: 30px 0;
}

@media only screen and (max-width: 540px) {
    .category-bottom-wrapper {
        margin-top: 50px;
    }
    .category-bottom {
        display: block;
    }
    .category-bottom-head {
        margin-bottom: 10px;
    }
    .category-bottom ul {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.category-bottom ul li {
    margin: 0 3px;
}

.category-bottom ul li a {
    border: 1px solid #eaeaea;
    padding:9px 12px 5px;
    text-decoration: none;
    color: black;
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 6px;
}


.category-bottom ul li a:hover {
    background-color: #f5f5f5;
}

.category-bottom ul li a.active {
    background-color: #f5f5f5;
    font-weight: bold;
}

@media only screen and (min-width: 979px) {

    .notStock {
        opacity: 0.8;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray; /* IE 6-9 */
    }

    .notStock:hover {
        opacity:  1;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}
.notStock button {
    background-image: -webkit-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: -o-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
}
.price-list {
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
    .price-list {
        display: none
    }
}</pre></body></html>