

/* 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.section.list/k_9_18/style.css?17580163603828*/
.card-components-list{
    margin-bottom: 30px;
}
.card-handrails{
    position: relative;
    margin: 0 0 30px 0;
    border: 1px solid #B6B6B6;
    height: calc(100% - 30px);
}

.card-handrails .img{
    margin: 0 0 15px 0;
}
.card-handrails:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.card-handrails .img{
    position: relative;
    overflow: hidden;
}
.card-handrails .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;
}

.card-handrails .text-block{
    border-top: 1px solid #B6B6B6;
    padding: 30px 25px 20px;
    margin: 0 0 30px 0;
}

.card-handrails .title{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #242424;
    text-align: center;
    margin-bottom: 15px;
}

.card-handrails .title a{
    color: #242424;
    text-decoration: none;
}

/*.card-handrails .line:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}*/
.card-handrails .line{
    margin-bottom: 15px;
    display: flex;
}
.card-handrails .line:last-child{
    margin-bottom: 0;
}
.card-handrails .length{
    width: 90px;
    padding-right: 10px;
    color: #242424;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    white-space: nowrap;
    flex-grow: 1;
}
.card-handrails .model{
    width: 78px;
    float: left;
    color: #004288;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}
.card-handrails .model a{
    border-bottom: 1px solid #004288;
    font-weight: 500;
    font-size: 16px;
    color: #004288;
    text-decoration: none !important;
}
.card-handrails .amount{
    float: left;
    color: #888888;
    font-size: 16px;
    line-height: 35px;
    width: 45px;
}
.card-handrails .price{
    float: left;
    color: #242424;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    margin-right: 10px;
    width: 70px;
}
.card-handrails .btn-add-cart{
    float: right;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

@media screen and (max-width: 1700px){
    .card-handrails .length, .card-handrails .model, .card-handrails .amount{
        width: 33.333%;
    }
    .card-handrails .price{
        clear: both;
    }
    .card-handrails .model{
        text-align: center;
    }
    .card-handrails .amount{
        text-align: center;
    }
    .card-handrails .line {
        margin-bottom: 10px;
        border-bottom: 1px solid #B6B6B6;
        padding-bottom: 15px;
    }
    .card-handrails .line:last-child{
        border-color: transparent;
        padding-bottom: 0;
    }
    .card-handrails .text-block{
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 1599px){
    .card-handrails div:not(.footer_9_18) > .btn.btn-add-cart{
        font-size:0;
        line-height: 0;
        background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/cart-w.svg) center center no-repeat;
        width: 50px;
        display: block;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 1350px){
    .card-handrails .text-block{
        padding: 15px 10px 20px;
    }
}

.card-handrails .footer_9_18 .btn {
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
.card-handrails .footer_9_18 {
    text-align: center;
    margin: 20px 0 0;
}

/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.section/p_9_9/style.css?1758016360315*/
.line-block .line .length.multi {
    line-height: 18px;
    text-align: center;
}
.line-block .discount {
    width: 35px;
    height: 35px;
    background: url(/bitrix/templates/pgsnew_v2_0/images/discount.png) no-repeat center;
    background-size: contain;
    float: right;
    margin-right: 10px;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/advertising.banner/catalog_subcategory_4_bottom/style.css?17580163602353*/
.banner-horizontal{
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.banner-horizontal:hover {
    cursor: pointer;
}

.banner-horizontal .img img{
    width: 100%;
    display: block;
    max-width: 100%;
}

.banner-horizontal .text-block{
    width: 240px;
    background: #004288;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 25px 25px 70px;
}
.banner-horizontal .title{
    margin-top: 35px;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
}

.banner-horizontal .text{
    color: #FFFFFF;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-horizontal .arrow{
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #FFFFFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
    border-radius: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.banner-horizontal .arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow-red.svg) center center no-repeat;
    -webkit-background-size: 20px 13px;
    background-size: 20px 13px;
    opacity: 1;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
@media screen and (min-width: 1500px){
    .banner-horizontal-list.padding .row > div:nth-child(odd) .banner-horizontal{
        margin-right: 50px;
    }
    .banner-horizontal-list.padding .row > div:nth-child(even) .banner-horizontal{
        margin-left: 50px;
    }
}

.banner-horizontal-list{
    margin-bottom: 60px;
}
@media screen and (max-width: 1560px){
    .banner-horizontal .text-block{
        width: auto;
        position: relative;
        padding: 20px 20px 60px;
    }
    .banner-horizontal .title{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .banner-horizontal .text{
        margin-bottom: 10px;
    }
    .banner-horizontal-list{
        margin-bottom: 0;
    }
}

/* 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.section.list/k_9_18/style.css?17580163603828 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.section/p_9_9/style.css?1758016360315 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/advertising.banner/catalog_subcategory_4_bottom/style.css?17580163602353 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17580163607333 */
