

/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037*/
.breadcrumbs{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.breadcrumbs:after{
    display: table;
    width: 100%;
    content: "";
    clear: both;
}
.breadcrumbs li{
    float: left;
    margin: 0 18px 10px 0;
}
.breadcrumbs li a{
    text-decoration: none !important;
    color: #9D9D9D;
    font-size: 14px;
    line-height: 16px;
    display: inline;
    border-bottom: 1px solid transparent;
    position: relative;
}
.breadcrumbs li:not(:last-child) a:after{
    position: absolute;
    right: -15px;
    top: 5px;
    content: "";
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 7px;
    width: 11px;
    transform: rotate(-90deg);
}

.breadcrumbs li a:hover{
    color: #242424;
    border-color: #242424;
}
.breadcrumbs li span{
    color: #9D9D9D;
    font-size: 14px;
    line-height: 16px;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.smart.filter/f_4_2/style.css?17580163603407*/


.filter-components{
    border: 1px solid #D0D0D0;
    padding: 20px 15px;
    margin-bottom: 10px;/*50px*/
    position: relative;
}

.filter-components .row {
    margin-right: 0;
    margin-left: 0;
}

.filter-components .btn.btn-add-cart.clear-filter {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    background: #004288;
    width: auto;
}

.filter-components-title{
    color: #242424;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
}

.filter-components .column-2{
    column-count: 2;
    column-gap: 10px;
}

.filter-components .column-4{
    column-count: 4;
    column-gap: 10px;
}

.filter-components .check-box{
    margin-bottom: 10px;
}

@media screen and (max-width: 1499px){
    .filter-components{
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .filter-components .column-2 {
        column-count: 1;
        column-gap: 0;
    }
    .filter-components .column-4 {
        column-count: 3;
        column-gap: 0;
    }
}

@media screen and (max-width: 1250px){
    .filter-components .column-4 {
        column-count: 2;
        column-gap: 0;
    }
}

@media screen and (max-width: 991px){
    .filter-components{
        padding-bottom: 0;
    }
    .filter-components .column{
        margin-bottom: 20px;
    }
}

.check-box label.disabled {
    color: #b4b4b4;
}

.ui-value {
    position: absolute;
    top: 18px;
    font-size: 13px;
}

.FILTER_RANGE_CONTROL .ui-slider-range {
    background: #065ba9;
}
.filter-components .column{
    margin-bottom: 20px;
}

.filter-components-mobile {
    display: none;
}
@media screen and (max-width: 991px){
    .filter-components-mobile {
        display: block;
        background: #004288;
        color: #ffffff;
        font-size: 15px;
        /*font-family: 'RotondaC', sans-serif;*/
        font-family: Roboto, sans-serif;
        font-weight: bold;
        padding: 10px 15px;
        position:relative;
    }
    .filter-components-mobile:before {
        content: "";
        position: absolute;
        right: 15px;
        top: 17px;
        width: 15px;
        height: 10px;
        background: url(/bitrix/templates/pgsnew_v2_0/images/arrow-w.svg) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .filter-components-mobile.active:before {
        transform: rotate(-180deg);
    }
    .filter-components {
        display: none;
    }
    .filter-components {
        border-top: none;
    }
    .filter-components-mobile.bound {
        position: fixed;
        top: 10px;
        width: calc(100% - 30px);
        z-index: 10000;
    }

    .filter-components-mobile.bound + .filter-components {
        position: fixed;
        top: 53px;
        width: calc(100% - 30px);
        background: white;
        z-index: 10000;
        bottom: 0;
        margin-bottom: 0;
        overflow-y: scroll;
    }
    .filter-components .btn.btn-add-cart.clear-filter {
        position: fixed;
        right: 15px;
    }
    .filter-components-mobile:not(.active) + .filter-components .btn.btn-add-cart.clear-filter {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog/.default/bitrix/catalog.section/COMPL_SUBCATEGORY_5/style.css?17580163608568*/
.price-list-table{
    float: left;
    width: 100%;
}
.price-list-table > .column{
    background: #F5F5F5;
}
.price-list-table .products-list .column:nth-child(even){
    background: #F5F5F5;
}
.price-list-table .table-block{
    display: table;
    width: 100%;
}

.price-list-table .td{
    display: table-cell;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    padding: 25px 10px;
    text-align: center;
}

.price-list-table > .column:first-child .td{
    padding: 15px 10px;
    vertical-align: top;
}

.price-list-table .column .td:first-child{
    padding-left: 30px;
    text-align: left;
}

.price-list-table .column .td:last-child{
    padding-right: 30px;
}

.price-list-table .title a{
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
    color: #2E2E2E !important;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    border-bottom: 1px solid transparent;
}
.price-list-table .title a:hover{
    border-color: #2E2E2E;
}

.price-list-table .td-title{
    text-align: center;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.price-list-table .td:first-child .td-title{
    text-align: left;
}
.price-list-table .td-title span{
    display: block;
    color: #888888;
}
.price-list-table .qty .jq-number{
    background: none;
}
.price-list-table .btn-add-cart{
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
.price-list-table .qty{
    margin-bottom: 20px;
}
.price-list-table .qty-text{
    font-size: 16px;
    line-height: 18px;
    margin-top: 5px;
    padding-right: 8px;
}
.price-list-table .price{
    color: #2E2E2E;
    font-weight: 500;
    font-size: 20px;
}
.price-list-table .td:nth-child(1){
    /*width: 260px;*/
}

.price-list-table .td:nth-child(2){
    width: 114px;
}

.price-list-table .td:nth-child(3){
    width: 132px;
    font-size: 14px;
}

.price-list-table .td:nth-child(4){
    width: 100px;
}

.price-list-table .td:nth-child(5){
    width: 100px;
}

.price-list-table .td:nth-child(6){
    width: 200px;
}

.price-list-table .td:nth-child(7){
    width: 125px;
}

.price-list-table .td:nth-child(8){
    width: 300px;
}
.price-list-table .desc-hide{
    display: none;
}

@media screen and (max-width: 1599px){
    .price-list-table .btn-add-cart{
        margin: 0 auto;
        position: relative;
        right: 3px;
    }
    .price-list-table .column .td:first-child{
        padding-left: 10px;
    }
    .price-list-table .column .td:last-child {
        padding-right: 10px;
    }
    .price-list-table .td-title{
        font-size: 15px;
    }
    .price-list-table .td{
        font-size: 14px;
    }
    .price-list-table .td:nth-child(7) {
        width: 125px;
        min-width: 125px;
    }
    .price-list-table .td:nth-child(8) {
        width: 200px;
        min-width: 200px;
    }
    .price-list-table .price{
        font-size: 16px;
    }
    .price-list-table .title a{
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px){
    .price-list-table .desc-hide{
        display: block;
    }
    .price-list-table .table-block{
        display: block;
    }
    .price-list-table .table-block:after{
        content: "";
        display: table;
        clear: both;
        width: 100%;
    }
    .price-list-table .td{
        display: block;
        width: auto;
        text-align: left;
        padding: 5px 10px;
    }

    .price-list-table .td:nth-child(1){
        width: auto;
    }

    .price-list-table .td:nth-child(2){
        width: 20%;
        float: left;
    }

    .price-list-table .td:nth-child(3){
        width: 20%;
        float: left;
    }

    .price-list-table .td:nth-child(4){
        width: 20%;
        float: left;
    }

    .price-list-table .td:nth-child(5){
        width: 20%;
        float: left;
    }

    .price-list-table .td:nth-child(6){
        width: 20%;
        float: left;
    }

    .price-list-table .td:nth-child(7){
        width: 135px;
        clear: both;
        float: left;
    }

    /*.price-list-table .td:nth-child(8){
        width: auto;
        float: left;
    }*/
    .price-list-table .td:nth-child(8){
        width: auto;
        float: none;
    }
    .price-list-table .td:nth-child(8):before {
        content: '';
        display: table;
        clear: both;
    }
    .price-list-table .td-title{
        text-align: left;
    }
    .price-list-table > .column:first-child{
        display: none;
    }

    .price-list-table .column{
        background: #F5F5F5;
        border-bottom: 1px solid #D0D0D0;
    }

    .price-list-table .title{
        padding-top: 10px;
    }
    .price-list-table .qty-text{
        text-align: center;
    }
    .price-list-table .qty{
        margin: 0 15px 15px 0;
    }
    .price-list-table .btn-card-qty{
        margin-bottom: 15px;
    }
    .price-list-table .price{
        margin-top: 8px;
    }
    .price-list-table .btn-add-cart{
        margin: 0 0 0 38px;
    }
    .price-list-table .qty{
        float: left;
    }
    .price-list-table .btn-add-cart{
        float: left;
    }
}

@media screen and (max-width: 767px){
    .price-list-table .td:nth-child(2),
    .price-list-table .td:nth-child(3),
    .price-list-table .td:nth-child(4){
        width: 33.333%;
    }

    .price-list-table .td:nth-child(5),
    .price-list-table .td:nth-child(6){
        width: 50%;
    }
    .price-list-table .td:nth-child(5){
        clear: both;
    }
}

@media screen and (max-width: 440px){
    .price-list-table .price{
        margin-bottom: 15px;
    }
    .price-list-table .qty {
        float: none;
    }
    .price-list-table .btn-add-cart{
        float: none;
        right: auto;
        margin: 0 0 0 36px;
    }

}

@media screen and (max-width: 375px){
    .price-list-table .td:nth-child(2){
        width: 50%;
    }
    .price-list-table .td:nth-child(3){
        width: 50%;
    }
    .price-list-table .td:nth-child(4){
        width: 50%;
        clear: both;
    }
    .price-list-table .td:nth-child(5){
        width: 50%;
        clear: none;
    }
    .price-list-table .td:nth-child(6){
        width: 100%;
    }
    .price-list-table .td:nth-child(7){
        width: auto;
    }
}

.page-loading {
    position: relative;
    display: none;
}
.page-loading.active {
    display: block;
}

.jq-number.ADD2BASKET_AMOUNT input {
    width: calc(100% - 40px);
}

.sorting {
    display: flex;
    flex-flow: row-reverse;
    float: left;
    margin-bottom: 20px;
}
.sorting label {
    line-height: 43px;
    margin-right: 10px;
    margin-bottom: 0;
}
.sorting .jq-selectbox {
    height: 42px;
}
.sorting .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    height: 38px;
    line-height: 38px;
}
.sorting .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    height: 38px;
}
.sorting .jq-selectbox .jq-selectbox__dropdown {
    top: 42px!important;
}
.sorting .jq-selectbox .jq-selectbox__dropdown ul li.sel {
    background: #004288;
    color: #fff;
}

.price-list-table .title picture {
    float: left;
    margin-right: 10px;
}

.tpl_view {
    display: flex;
    margin-left: 10px;
}

.tpl_view > a {
    display: block;
    position: relative;
    width: 42px;
    height: 42px;
    border: 2px solid #d0d0d0;
    padding: 7px;
    user-select: none;
}
.tpl_view > a:first-child {
    margin-right: 10px;
}
.tpl_view > a.list > div {
    width: 100%;
    height: 4px;
    background: #d0d0d0;
}
.tpl_view > a.list > div:not(:last-child) {
    margin-bottom: 6px;
}
.tpl_view > a.plates {
    display: flex;
    flex-wrap: wrap;
}
.tpl_view > a.plates > div {
    width: 9px;
    height: 9px;
    background: #d0d0d0;
}
.tpl_view > a.plates > div:nth-child(1),
.tpl_view > a.plates > div:nth-child(2) {
    margin-bottom: 5px;
}
.tpl_view > a.plates > div:not(:nth-child(2n)) {
    margin-right: 5px;
}
.tpl_view > a.active {
    border-color: #004288;
}
.tpl_view > a.active > div {
    background-color: #004288;
}
/* End */


/* Start:/bitrix/components/pgs/category.list/templates/k_4_6/style.css?1758016332625*/
.subsection-components-utp{
    margin-bottom: 10px;
}
.sc-utp{
    margin-bottom: 15px;
}
.sc-utp:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.sc-utp .img{
    width: 36px;
    height: 36px;
    float: left;
}
.sc-utp .img img{
    max-width: 100%;
    display: block;
}


.sc-utp .text-block{
    margin-left: 45px;
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
}

.sc-utp .text{
    color: #242424;
    font-size: 13px;
    line-height: 18px;
}

/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17580163607333*/
.category-component-slider{
    width: 100%;
    margin-bottom: 60px;
}
.category-component-slider h2,
.category-component-slider .h2{
    padding-right: 145px;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}
.slider-category-component .category-component{
    margin: 0 15px;
    width: auto;
    float: none;
}

@media screen and (max-width: 575px){
    .category-component-slider h2,
    .category-component-slider .h2{
        margin-bottom: 15px;
    }
}

/* category-component.css */
.category-components-list:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-component{
    border: 1px solid #D0D0D0;
    width: 100%;
    position: relative;
    /*margin: 0 15px 15px 15px;*/
    margin: 0 0 15px 0;
    float: left;
}

.category-component .link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.category-component .img{
    position: relative;
    overflow: hidden;
}
.category-component .price{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #004288;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
}
.category-component:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.category-component .img img{
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: transform ease-in-out 1s, filter 0.4s, webkit-filter 0.4s;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.category-component .text-block{
    border-top: 1px solid #D0D0D0;
    height: 65px;
    padding: 10px 45px 10px 10px;
    position: relative;
}

.category-component .title{
    position: relative;
    color: #242424;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.category-component .arrow{
    border: 1px solid #004288;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff url(/bitrix/templates/pgsnew_v2_0/images/arrow-blue.svg) center center no-repeat;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.category-component .arrow:before{
    border-radius: 50%;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/arrow-white.svg) center center no-repeat;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
}

.category-component:hover .arrow{
    background: none;
}
.category-component:hover .arrow:before{
    opacity: 1;
}

.category-components-list .column-padding{
    padding-right: 280px;
    min-height: 430px;
}
.column-padding{
    position: relative;
}
.column-padding:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-components-list .mini-banner{
    width: 100%;
    margin-bottom: 15px;
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 0;*/
}
.category-components-list .mini-banner .title{
    height: 30px;
    overflow: hidden;
}
.category-components-list .mini-banner .text-block{
    padding: 25px 15px 15px;
}
.category-components-list .mini-banner .text{
    padding: 0 55px 0 0;
    height: 71px;
    overflow: hidden;
    margin: 0 0 19px 0;
}
.category-components-list .column-block:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-components-list .column-block .column{
    float: left;
    width: 20%;
    padding: 0 15px 14px 15px;
}
.category-components-list .column-block .column .category-component:nth-child(2){
    margin-bottom: 0;
}
.show-1450{
    display: none;
}
.category-components-list .show-column-1450{
    display: none;
}
@media screen and (max-width: 1450px){
    .category-components-list .hide-column-1450{
        display: none;
    }
    .category-components-list .show-column-1450{
        display: block;
    }
    .category-components-list .column-banner{
        display: none;
    }
    .category-components-list .column-block .column{
        width: 25%;
    }
}

@media screen and (max-width: 1199px){
    .category-components-list .column-block .column {
        width: 33%;
    }
}

@media screen and (max-width: 699px){
    .category-components-list .margin-15{
        margin-left: -10px;
        margin-right: -10px;
    }
    .category-components-list .column-block .column {
        width: 50%;
        padding: 0 10px 15px 10px;
    }
    .category-components-list .category-component{
        margin-bottom: 0;
    }

}
@media screen and (max-width: 369px){
    .category-components-list .column-block .column{
        width: 100%;
    }
}

.arrow-top-right.slick-slider .slick-arrow{
    border-radius: 50%;
    position: absolute;
    width: 48px;
    height: 48px;
    background: #F4F4F4;
    top: -65px;
    margin: 0 0 0 0;
    font-size: 0;
    border: none;
    padding: 0;
    cursor: pointer;
}
.arrow-top-right.slick-slider .slick-arrow.slick-prev{
    left: auto;
    right: 100px;
}
.arrow-top-right.slick-slider .slick-arrow.slick-prev:before{
    transform: rotate(-90deg);
}
.arrow-top-right.slick-slider .slick-arrow.slick-next{
    left: auto;
    right: 15px;
}
.arrow-top-right.slick-slider .slick-arrow:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow-black.svg) center center no-repeat;
    -webkit-background-size: 24px 22px;
    background-size: 24px 22px;
    opacity: 0.3;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.arrow-top-right.slick-slider .slick-arrow:hover:before{
    opacity: 1;
}

@media screen and (max-width: 575px) {
    .arrow-top-right.slick-slider .slick-arrow.slick-prev{
        right: 65px;
    }
    .arrow-top-right.slick-slider .slick-arrow{
        width: 35px;
        height: 35px;
        top: -45px;
    }
}
@media screen and (max-width: 479px){
    .category-component .text-block {
        padding: 5px;
    }
    .category-component .arrow {
        display: none;
    }
}
/* End */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.smart.filter/f_4_2/style.css?17580163603407 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog/.default/bitrix/catalog.section/COMPL_SUBCATEGORY_5/style.css?17580163608568 */
/* /bitrix/components/pgs/category.list/templates/k_4_6/style.css?1758016332625 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17580163607333 */
