body {
    font-family: Roboto;
}

.top-banner {
    background: url(../../../../assets/img/catalog-bg2.jpg) center top no-repeat;
    height: 134px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.top-banner__text {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 17px 0;
    max-width: 503px;
    margin: 19px auto 0;
}

.top-banner__title h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.15em;
    color: #000000;
    margin-bottom: 10px;
}

.top-banner__breadcrumbs ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.top-banner__breadcrumbs__item {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.top-banner__breadcrumbs__item a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.top-banner__breadcrumbs__item:after {
    content: '';
    background: url(../../../../assets/img/icons/arr-left.svg) left center no-repeat;
    height: 8px;
    width: 12px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 3px;
}

.top-banner__breadcrumbs__item:last-child:after {
    display: none;
}

.top-description {
    margin-top: 30px;
}

.top-description__title h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
}

.top-description__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.sidebar__filter {
    background: #FFFFFF;
    border: 2px solid #DCDBDB;
    box-sizing: border-box;
    padding: 15px 21px;
    max-width: 333px;
}

.sidebar__filter__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    font-variant: small-caps;
    color: #000000;
    text-transform: uppercase;
    font-family: Roboto;
    margin-bottom: 19px;
}

.sidebar__filter__block {
    position: relative;
}

/*.sidebar__filter__block .filter__block__title:after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    background: url(../../../../assets/img/icons/open-list.png) right top no-repeat;*/
/*    -webkit-transform: rotate(180deg);*/
/*    -ms-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*    height: 24px;*/
/*    width: 24px;*/
/*    right: 0;*/
/*}*/

/*.sidebar__filter__block.filter__block-open .filter__block__title:after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    background: url(../../../../assets/img/icons/open-list.png) right top no-repeat;*/
/*    -webkit-transform: rotate(0deg);*/
/*    -ms-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*    height: 24px;*/
/*    width: 24px;*/
/*    right: 0;*/
/*}*/

.filter__block__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    font-family: Roboto;
    color: #000000;
    margin-bottom: 16px;
    margin-top: 30px;
}

.sidebar__btns {
    margin-top: 23px;
}

/*filter*/

.filter__block__list ul {
    padding-left: 0;
    list-style: none;
}

.wrap-filter .wrap-checkbox input[type="checkbox"] + label::before {
    margin: 2px 5px 0 0;
}

input[type="checkbox"] + label::before {
    content: " ";
    position: absolute;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 3px 5px 0 0;
    background-image: url(../../../../assets/img//icons/checkbox.png);
    background-repeat: no-repeat;
}

.wrap-checkbox p {
    margin: 0;
    margin-left: 25px;
    text-transform: none !important;
    font-family: Roboto, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px dashed #303f9f;
    display: inline-block;
}

.wrap-checkbox p {
    border: none;
}

.wrap-checkbox input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label::before {
    background-position: 0 0;
}

input[type="checkbox"]:checked + label::before {
    background-position: 0 -15px;
}

input[type="checkbox"]:checked + label p {
    color: #31429d;
}

.sidebar__btns button {
    display: inline-block;
}

.sidebar__btns__choose input[name="set_filter"] {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #303F9F;
    background: #FFFFFF;
    border: 2px solid #303F9F;
    height: 32px;
    line-height: 17px;
    padding-left: 10px;
    font-family: Roboto, sans-serif;
    width: 166px;
    text-align: left;
    background: url(../../../../assets/img//icons/arr-left-blue.svg) 90% center no-repeat;
    border-radius: 0;
    text-transform: uppercase;
}

.sidebar__btns__choose input[name="del_filter"] {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #595959;
    background: #FFFFFF;
    border: 0;
    height: 32px;
    line-height: inherit;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    width: 115px;
    text-align: right;
}

.sidebar__btns__choose input:focus {
    outline: none;
    box-shadow: none;
}

.filter__block__price ul {
    list-style: none;
    padding-left: 0;
}

.filter__block__price ul li {
    display: inline-block;
}

.filter__block__price ul li:first-child {
    margin-right: 22px;
}

.filter__block__price ul li input {
    max-width: 115px;
    height: 25px;
    line-height: 25px;
    padding-left: 6px;
    background: #FFFFFF;
    border: 1px solid #DCDBDB;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #747474;
}

/*slider*/

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    /*width: 34px;*/
    /*height: 28px;*/
    /*left: -17px;*/
    /*top: -6px*/
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 2px
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

.noUi-dragable {
    cursor: w-resize
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    font: 400 12px Arial;
    color: #999
}

.noUi-value {
    width: 40px;
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    margin-left: -20px;
    padding-top: 20px
}

.noUi-value-horizontal.noUi-value-sub {
    padding-top: 15px
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-target {
    box-shadow: 0 0 0 #fff;
    border: none;
    border-radius: 0;
    background: #ebebeb;
    height: 5px;
}

.noUi-origin {
    background: #303f9f;
    border-radius: 0;
}

.noUi-origin:last-of-type {
    background: #ebebeb;
}

.noUi-value {
    width: 50px;
}

.noUi-horizontal .noUi-handle {
    width: 5px;
    height: 15px;
    background: #303f9f;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 #fff;
    /*left: 0;*/
    /*top: -5px;*/
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    content: none;
}

.noUi-horizontal .noUi-handle div {
    position: absolute;
    top: 30px;
    left: -5px;
    font-family: Roboto, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.noUi-horizontal .noUi-handle div.noUi-handle-lower > div {
    left: -5px;
}

.noUi-horizontal .noUi-handle div.noUi-handle-upper > div {
    left: 0px;
}

.noUi-marker-horizontal.noUi-marker {
    margin-top: 25px;
}

.noUi-pips-horizontal {
    top: -45px;
    z-index: -1;
}

.noUi-value-horizontal {
    padding-top: 0;
    font-family: Roboto, sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.noUi-marker:first-child {
    display: none;
}

.noUi-marker:last-child {
    display: none;
}

.noUi-value:nth-child(2):before {
    content: "от ";
}

.noUi-value:before {
    content: "до ";
}

#slider-handles-power,
.filter__block__slider > div {
    margin-top: 30px;
    margin-bottom: 60px;
}

#slider-handles-length {
    margin-top: 60px;
}

.filter__block__slider {
    padding-right: 10px;
}

/*section*/

.section__cat__item-title {
    position: absolute;
    bottom: 12px;
    left: 10px;
}

.section__cat__item-title a, .section__cat__item-title span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    font-variant: small-caps;
    color: #FFFFFF;
    background: rgba(5, 144, 223, 0.5);
    padding: 4px 8px 5px;
    text-transform: uppercase;
}

.section__cat__item-img {
    position: relative;
}

.section__cat__item-img img {
    width: 100%;
}

.section__cat__item-price {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 15px;
    outline: none;
    display: inline-block;
}

.section__cat__item-btn {
    float: right;
}

.section__cat__item-btn [name="read_more"] {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 15px;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 0;
    height: 36px;
    width: 118px;
}

.section__cat-list > div {
    margin-bottom: 26px;
}


/*navigation*/

.pagenav__list__item {
    box-sizing: border-box;
    border-radius: 2px;
    border-width: 0.01em;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    /* padding: 0 9px; */
    /* width: 36px; */
    display: inline-block;
    margin-right: 10px;
}

.digit-item:last-child {
    margin-right: 0;
}

.pagenav__list__item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 36px;
    height: 36px;
    padding: 9px;
    display: block;
}

.pagenav__list__item.prev__item {
    margin-right: 120px;
}

.pagenav__list__item.next__item {
    margin-left: 120px;
    margin-right: 0;
}

.pagenav__list__item.prev__item, .pagenav__list__item.next__item {
    text-align: center;
    width: auto;
    /* padding: 9px 20px; */
}

.pagenav__list__item.prev__item a, .pagenav__list__item.next__item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    color: #757575;
    width: auto;
    padding: 9px 20px;
    border: 2px #000 solid;
    padding: 10px 25px 28px;
}

.pagenav__list__item.active a {
    color: #303F9F;
    font-weight: 500;
    font-family: Roboto;
}

.pagenav__section {
    text-align: center;
}

.pagenav__list {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-top: 25px;
    display: inline-block;
    border: 1px #efefef solid;
    padding: 2px;
}

.section__filter {
    text-align: right;
}

.section__filter__price {
    margin-bottom: 19px;
    display: inline-block;
}

.section__filter__price .custom-select {
    border-radius: 0;
    background: #fff url(../../../../assets/img/icons/dashicons_arrow-down-alt2.svg) 93% center no-repeat;
    width: 107px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: center;
}

.section__filter__name {
    margin-bottom: 19px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.section__filter__name .custom-select {
    border-radius: 0;
    width: 146px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    background: #fff url(../../../../assets/img/icons/dashicons_arrow-down-alt2.svg) 96% center no-repeat;
}

.section__filter__name .custom-select.desc, .section__filter__price .custom-select.desc {
    background: #fff url(../../../../assets/img/icons/dashicons_arrow-up-alt2.svg) 96% center no-repeat;
}

.filter__block-open {

}

.product-item-image-original {
    height: 186px;
    display: block;
    background-size: cover;
    background-position: center;
}


