

/* 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:/template/css/c_3_6.css?17334954952940*/
.banner-horizontal{
    position: relative;
}

.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";
    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 (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-price{
    margin-bottom: 40px;
}
.banner-price h2{
    margin-bottom: 25px;
}
.price-block-content{
    position: relative;
    margin-bottom: 25px;
}
.price-block-content:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.price-block-content .img{
    width: 80px;
    border: 1px solid #B6B6B6;
    float: left;
}
.price-block-content .img img{
    max-width: 100%;
    max-height: 100%;
}
.price-block-content .text-block{
    margin-left: 100px;
    padding-top: 15px;
    color: #242424;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.4px;
}
.price-block-content .text-block div:first-child{
    margin-bottom: 5px;
}
.price-block-content .update{
    font-size: 16px;
    line-height: 170%;
}
@media screen and (max-width: 1550px){
    .price-block-content .img{
        width: 70px;
    }
    .price-block-content .text-block{
        margin-left: 80px;
        padding-top: 0;
        font-size: 15px;
    }
}

.banner-price .price-block-content:hover {
	color: #242424;
	text-decoration: none;
}
.banner-price .price-block-content:hover .text-block > div:first-child {
	text-decoration: underline;
}

.banner-price .banner-horizontal {
	display: block; 
}
/* End */


/* Start:/template/css/c_3_8.css?17334954952195*/
.calculate-cost{
    background: #004288;
    padding: 35px 0;
    margin-bottom: 35px;
}

.calculate-cost .title{
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    font-family: 'RotondaC';
    float: left;
    width: 220px;
    margin: 0 60px 0 0;
}

.calculate-cost .text{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 450px;
    margin: 0 30px 0 0;
}
.calculate-cost.cc-style-2 .text{
    width: 330px;
    margin: 0 20px 0 0;
}
.calculate-cost .btn{
    float: left;
    padding: 0 17px;
}

.calculate-cost .right-column{
    padding-left: 60px;
}

.calculate-cost-utp{
    margin-bottom: 15px;
}
.calculate-cost-utp:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.calculate-cost-utp .img{
    float: left;
    width: 30px;
}
.calculate-cost-utp .img img{
    max-width: 100%;
}
.calculate-cost-utp .cc-text{
    margin-left: 55px;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.4px;
}

@media (max-width: 1899px){
    .calculate-cost .title{
        margin: 0 30px 0 0;
    }
    .calculate-cost .text{
        width: 330px;
        margin: 0 20px 0 0;
    }
}
@media (max-width: 1650px){
    .calculate-cost.cc-style-2 .text{
        width: auto;
        margin: 0 0 15px 0;
    }
}
@media (max-width: 1579px){
    .calculate-cost .title{
        margin: 0 0 15px 0;
        float: none;
        width: auto;
    }
    .calculate-cost .text{
        margin: 0 0 15px 0;
        float: none;
        width: auto;
    }
    .calculate-cost .right-column{
        padding-left: 0;
    }
}
@media (max-width: 1199px){
    .calculate-cost.cc-style-2 .btn{
        float: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px){
    .calculate-cost.cc-style-2 .btn{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .calculate-cost .right-column{
        padding-top: 20px;
    }
    .calculate-cost{
        margin-bottom: 30px;
        padding: 20px 0 10px 0;
    }
}

/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.section.list/k_3_5/style.css?17580163606080*/
.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;
}
.slider-category-component .category-component{
    margin: 0 15px;
    width: auto;
    float: none;
}
.category-component-slider h2,
.category-component-slider .h2 {
    padding-right: 145px;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}
@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%;
    }
}

@media (max-width: 1199px){
    .our-works-page .banner-horizontal{
        margin-bottom: 30px;
    }
}

.category-components-list .column-block .column.column-banner {
    float: right;
}

.category-component {
    margin: 0;
}

.category-components-list .mini-banner .text-block {
    padding-bottom: 16px;
}

.category-components-list .mini-banner {
    margin-bottom: 0;
}

.banner-price {
    margin-top: 15px;
}

@media screen and (max-width: 479px){
    .category-component .text-block {
        padding: 5px;
    }
    .category-component .arrow {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/advertising.banner/COMPL_CATEGORY_1_BANNER/style.css?17580163602316*/
.column.column-banner:not(.slick-initialized) .mini-banner {

}
.mini-banner{
    position: relative;
    margin-bottom: 25px;
}
.mini-banner .img {
    position: relative;
    overflow: hidden;
}
.mini-banner .img img {
    width: 100%;
    height: 100%;
}

.mini-banner .text-block{
    background: #004288;
    padding: 25px 15px 55px;
    position: relative;
}

.mini-banner .title{
    /*font-family: 'RotondaC';*/
    font-family: Roboto;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    padding-right: 0;
}
.mini-banner .text{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.mini-banner .button{
    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;
}

.mini-banner .button: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;
}

.mini-banner .button:hover:before{
    opacity: 1;
}


.column.column-banner .slick-dots {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 25px;
    bottom: 30px;
    background: none;
    width: 100%;
    max-width: 310px;
    font-size: 0;
}
.column.column-banner .slick-dots li:not(:last-child) {
    margin-right: 10px;
    float: left;
}
.column.column-banner .slick-dots li.slick-active button{
    background: #fff;
}

.column.column-banner .slick-dots button {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    color: transparent;
    outline: none;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/news.list/l_3_1/style.css?17580163601015*/
.news-list{
    padding: 25px 0;
    margin-bottom: 30px;
}
.news-list.bg-gray{
    background: #FAFAFA;
}
.news-list h2{
    color: #242424;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px;
}

.news-block{
    position: relative;
    margin-bottom: 25px;
}

.news-block .title{
    color: #242424;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    margin-bottom: 15px;
}

.news-block .text{
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 5px;
}

.news-list .link{
    display: inline-block;
    color: #004288 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid transparent;
    text-decoration: none !important;
}

.news-list .link:hover{
    border-color: #004288;
}

.news-list .text-center .link{
    font-weight: 500;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/news.list/l_3_2/style.css?17580163601571*/
.article-list{
    border: 1px solid #D0D0D0;
    padding: 25px 0;
    margin-bottom: 30px;
}

.article-list h2{
    color: #242424;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px;
}

.article-list .article-link{
    margin-bottom: 10px;
    font-size: 0;
}

.article-list .article-link a{
    color: #004288;
    font-size: 12px;
    line-height: 19px;
    text-decoration: none !important;
    border-bottom: 1px solid #004288;
}

.article-list .article-link a:hover{
    border-color: transparent;
}

.article-list .link{
    display: inline-block;
    color: #004288 !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid transparent;
    text-decoration: none !important;
}

.article-list .link:hover{
    border-color: #004288;
}
.article-list .article-content{
    margin-bottom: 25px;
}

.article-list-image{
    margin-bottom: 30px;
    position: relative;
}

.article-list-image .img img{
    display: block;
    width: 100%;
    max-width: 100%;
}

.article-list-image .text-block{
    background: #004288;
    padding: 20px 25px;
    text-align: center;
}

.article-list-image .title{
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
}

.article-list-image .link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/advertising.banner/COMPL_CATEGORY_1_RIGHT_BOTTOM/style.css?17580163602759*/
.category-card{
    position: relative;
    margin: 0 0 15px 0;
    border: 1px solid #B6B6B6;
}
.category-card:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.category-card .link{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.category-card:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.category-card .img{
    position: relative;
    overflow: hidden;
}
.category-card .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-card .text-block{
    background: #fff;

    padding: 20px 15px;
}
.category-card:hover .title{
    color: #EC2127;
}
.category-card .title{
    font-weight: bold;
    color: #242424;
    font-size: 18px;
    line-height: 120%;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    margin-bottom: 15px;
    height: 48px;
    overflow: hidden;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.category-card .text{
    height: 66px;
    overflow: hidden;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.category-card .price{
    background: #004288;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    padding: 0 15px 0 10px;
    position: absolute;
    bottom: 35px;
    right: 0;
}
.category-card .price.p-bottom{
    bottom: 0;
}
.category-card .price .ic{
    color: #D0080A;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    border-radius: 50%;
}
.category-card .btn-card-qty{
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.category-card .btn-card-qty:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.category-card .btn.btn-add-cart{
    float: left;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
.category-card .qty{
    width: 130px;
    float: right;
    text-align: center;
}
.category-card .qty-text{
    padding-right: 10px;
}

/* 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 */
/* /template/css/c_3_6.css?17334954952940 */
/* /template/css/c_3_8.css?17334954952195 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.section.list/k_3_5/style.css?17580163606080 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/advertising.banner/COMPL_CATEGORY_1_BANNER/style.css?17580163602316 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/news.list/l_3_1/style.css?17580163601015 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/news.list/l_3_2/style.css?17580163601571 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/advertising.banner/COMPL_CATEGORY_1_RIGHT_BOTTOM/style.css?17580163602759 */
