<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17334950091037*/
.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?17334950093407*/


.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/WORKS_SUBCATEGORY_1/style.css?17334950094628*/
/* product-card-work.css */
.product-card-work{
    position: relative;
    margin: 0 0 30px 0;
    border: 1px solid #B6B6B6;
}
.product-card-work:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.product-card-work .link{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-card-work .img-block:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.product-card-work .img{
    margin-left: 130px;
}
.product-card-work:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product-card-work .img{
    position: relative;
    overflow: hidden;
}
.product-card-work .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;
}
.product-card-work .text-block{
    background: #fff;

    padding: 20px 15px;
}
.product-card-work:hover .title{
    color: #EC2127;
}
.product-card-work .title{
    font-weight: bold;
    color: #242424;
    font-size: 20px;
    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;
}

.product-card-work .text{
    height: 66px;
    overflow: hidden;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.product-card-work .price{
    background: #004288;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    padding: 0 15px 0 10px;
    position: absolute;
    bottom: 35px;
    right: 0;
}
.product-card-work .price.p-bottom{
    bottom: 0;
}
.product-card-work .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%;
}
.product-card-work .btn-card-qty{
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.product-card-work .btn-card-qty:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.product-card-work .btn.btn-add-cart{
    float: left;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
.product-card-work .qty{
    width: 130px;
    float: right;
    text-align: center;
}
.product-card-work .qty-text{
    padding-right: 10px;
}
@media screen and (max-width: 1600px){
    .product-card-work .img {
        margin-left: 70px;
    }
}
@media screen and (max-width: 1300px){
    .product-card-work .btn.btn-add-cart{
        width: 100%;
        margin: 0 auto 15px;
        float: none;
        display: block;
        padding: 0;
        text-align: center;
    }
    .product-card-work .qty{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .product-card-work .text-block{
        padding-top: 10px;
    }
}
@media screen and (max-width: 575px){

    .product-card-work .title{
        height: auto;
    }
}

.section_page .section-text {
    float: none;
}


.section-text .text-formatted li {
    padding-left: 0;
}
.section-text .text-formatted li:before {
    display: none;
}
.section-text .text-formatted ul {
    list-style-type: initial;
    margin-left: 20px;
}


.page-loading:not(.active){
    display: none;
}
.page-loading {
    position: relative;
}

.sorting {
    display: flex;
    flex-flow: row-reverse;
}
.sorting label {
    line-height: 43px;
    margin-right: 10px;
}
.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;
}
/* End */


/* Start:/bitrix/components/pgs/gallery/templates/g_13_4/style.css?1733495013314*/

.product-card-work .img-mini-block{
    float: left;
    width: 120px;
}
.product-card-work .img-mini{
    margin-bottom: 11px;
}
.product-card-work .img-mini img{
    max-width: 100%;
}


@media screen and (max-width: 1600px){
    .product-card-work .img-mini-block{
        width: 60px;
    }
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/form.result.new/buttons/style.css?1733495009413*/
.btn.btn-small {
    background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/cart-w.svg) no-repeat center;
    border-radius: 4px;
    line-height: initial;
    padding: 0;
    width: 50px;
    height: 35px;
}

.btn-small.btn:before {
    background: transparent;
}
.btn.btn-small:hover {
    background: transparent url(/bitrix/templates/pgsnew_v2_0/images/cart-w-blue.svg) no-repeat center;
}
/* End */


/* Start:/template/css/c_13_13.css?17334953813075*/
.tell-block-gray.full-width .title{
    max-width: 100%;
    margin-right: 0;
}

.tell-block-gray.full-width .text{
    max-width: 100%;
    margin-right: 0;
}

.tell-block-gray{
    background: #F4F4F4;
    padding: 45px 45px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.tell-block-gray .title{
    color: #242424;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    font-family: 'RotondaC';
    float: left;
    max-width: 290px;
    margin: 0 35px 0 0;
}

.tell-block-gray .text{
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    max-width: 245px;
    margin: 0 40px 0 0;
}
.tell-block-gray .btn{
    float: left;
    margin: 0 50px 0 0;
}
.tell-block-gray .tell{
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #242424;
    display: inline-block;
    float: left;
    text-decoration: none !important;
}
@media screen and (max-width: 1850px){
    .tell-block-gray .title{
        margin: 0 20px 0 0;
    }
    .tell-block-gray .text{
        margin: 0 20px 0 0;
    }
    .tell-block-gray .btn{
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 1755px){
    .tell-block-gray .title{
        float: none;
        width: auto;
        max-width: inherit;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .tell-block-gray .text{
        float: none;
        width: auto;
        max-width: inherit;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .tell-block-gray .btn{
        float: none;
        width: auto;
    }
    .tell-block-gray .tell{
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 1450px){
    .tell-block-gray.full-width{
        padding: 45px 45px 25px 45px;
    }
}

@media screen and (max-width: 1399px){
    .content-column-3 .content-column-full-width{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-column-3 .hide-1400{
        display: none;
    }
}

@media screen and (max-width: 800px){
    .tell-block-gray.full-width{
        padding: 25px 15px 25px 15px;
    }

    .tell-block-gray.full-width .btn{
        margin: 0 0 10px 0;
        width: 100%;
        max-width: 270px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .tell-block-gray.full-width .tell{
        display: block;
    }
}

@media screen and (max-width: 575px){
    .tell-block-gray.full-width .btn{
        display: block;
        margin: 0 auto 10px;
    }
    .tell-block-gray{
        padding: 25px 20px;
    }
    .tell-block-gray .title{
        text-align: center;
    }
    .tell-block-gray .text{
        text-align: center;
    }
    .tell-block-gray .btn{
        display: block;
        max-width: 300px;
        margin: 0 auto 15px;
    }
    .tell-block-gray .tell {
        display: block;
        clear: both;
        text-align: center;
    }
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/form.result.new/popup/style.css?17334950094708*/
.modal-quick-order .modal-dialog{
    max-width: 1200px;
}
.modal-quick-order .column-block{
    display: table;
    width: 100%;
}
.modal-quick-order .modal-body{
    padding: 0;
}
.modal-quick-order .left-block{
    vertical-align: top;
    position: relative;
    display: table-cell;
    width: 475px;
    background: #004288;
    padding: 110px 55px 15px 90px;
    overflow: hidden;
}

.modal-quick-order .left-block:after{
    content: "";
    background: url(/bitrix/templates/pgsnew_v2_0/images/delivery.svg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    bottom: 80px;
    left: -30px;
    width: 370px;
    height: 90px;

}
.modal-quick-order .right-block{
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 80px 95px 75px 90px;
}

.modal-quick-order .title{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 60px;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
}

.modal-quick-order .left-block .text{
    color: #7094bb;
    font-size: 14px;
    line-height: 140%;
}

.modal .close{
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #004288;
    font-size: 70px;
    line-height: 40px;
    opacity: 1;
    font-weight: 400;
    text-shadow: none;
}

.modal .form-control{
    border: 2px solid #D0D0D0;
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #242424;
    font-size: 18px;
    border-radius: 0;
}
.modal .form-group{
    margin-bottom: 25px;
}
.modal .form-group label{
    color: #888888;
    font-size: 18px;
    line-height: 20px;
    display: block;
}

.modal .btn.btn-submit{
    border-radius: 0;
    line-height: 55px;
    height: 55px;
    padding: 0 0;
}
.modal .btn.btn-submit input{
    padding: 0 35px;
    cursor: pointer;
}
.modal .jq-selectbox{
    width: 100%;
    display: block;
}


@media screen and (max-width: 1250px){
    #modal-quick-order .modal-dialog {
        max-width: 985px;
    }
    .modal-quick-order{
        padding-left: 0 !important;
    }
    .modal-quick-order .left-block{
        width: 400px;
        padding: 30px 20px 15px 20px;
    }
    .modal-quick-order .right-block{
        padding: 80px 30px 30px 30px;
    }

}
@media screen and (max-width: 991px){
    .modal-quick-order .left-block{
        width: 290px;
    }
    .modal-quick-order .title{
        font-size: 26px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px){
    .modal .close{
        right: 15px;
    }
    .modal-quick-order .column-block{
        display: block;
    }
    .modal-quick-order .left-block{
        display: block;
        width: auto;
        background: #fff;
        padding: 30px 15px 15px 15px;
    }
    .modal-quick-order .right-block{
        display: block;
        width: 100%;
        padding: 0 15px 15px;
    }
    .modal-quick-order .left-block:after{
        display: none;
    }
    .modal-quick-order .left-block .text{
        display: none;
    }
    .modal-quick-order .title{
        color: #004288;
        margin: 0 0 20px 0;
        padding-right: 40px;
    }
}

@media screen and (max-width: 400px){
    .modal .btn.btn-submit{
        display: block;
        width: 100%;
    }
}

.modal-quick-order input[type=checkbox] {
    display: none;
}
.modal-quick-order input[type=checkbox] + label {
    position: relative;
    padding-left: 20px;
}
.modal-quick-order input[type=checkbox] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #d0d0d0;
    position: absolute;
    left: 0;
    top: 2px;
}
.modal-quick-order input[type=checkbox]:checked + label:before {
    border-color: #004288;
}
.modal-quick-order input[type=checkbox]:checked + label:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #004288;
    position: absolute;
    left: 0;
    top: 2px;
    margin: 3px;
}

@media screen and (min-width: 520px) {
    .modal-quick-order .form-group.btn-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* End */


/* Start:/bitrix/components/pgs/gallery/templates/g_13_3/style.css?17383215004596*/
.our-works-gallery{
    margin: 0 0 90px 0;
    overflow: hidden;
}

.our-works-gallery-nav{
    margin: 0 0 0 0;
    /*width: 255px;
    float: right;*/
    padding: 0 45px;
    position: relative;
}
.our-works-gallery-nav .slick-current .img:before{
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.our-works-gallery-nav .slide{
    cursor: pointer;
}
.our-works-gallery-nav .img{
    position: relative;
    border: 1px solid #D0D0D0;
    width: 100%;
    height: 170px;
    margin-bottom: 25px;
}
.our-works-gallery-nav .img img{
    width: 100%;
    height: 100%;
}
.our-works-slider-big-image{
    margin-right: 285px;
    border: 1px solid #D0D0D0;
    overflow: hidden;
}
.our-works-gallery-for{
    overflow: hidden;
    float: left;
    width: 100%;
    max-height: 690px;
}
.our-works-gallery-for .slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 670px;
}
@media screen and (min-width: 576px) {
    .our-works-gallery-for .slick-arrow {
        display: none !important;
    }
}
.our-works-gallery-for a{
    display: block;
}

.our-works-gallery-for img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.our-works-gallery-nav.slick-slider .slick-arrow{
    margin: 0 auto;
    width: 35px;
    height: 35px;
    font-size: 0;
    border: 2px solid #004288;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    cursor: pointer;
    padding: 0 0;
    display: block;
    z-index: 10;
}

.our-works-gallery-nav.slick-slider .slick-arrow.slick-prev{
    background: url(/local/templates/pgsnew_v2_0/images/slick-left.svg) center center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    top: 50%;
    left: 0;
    transform: rotate(-90deg);
}
.our-works-gallery-nav.slick-slider .slick-arrow.slick-next{
    background: url(/local/templates/pgsnew_v2_0/images/slick-right.svg) center center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    top: 50%;
    right: 0;
    transform: rotate(270deg);
}


@media screen and (max-width: 1199px){
    .our-works-gallery{
        margin: 0 0 35px 0;
    }
}
@media screen and (max-width: 991px){
    .our-works-gallery-nav .img{
        height: 100px;
        margin-bottom: 15px;
    }
    .our-works-gallery-nav{
        width: 150px;
    }
    .our-works-slider-big-image{
        margin-right: 170px;
    }
    .slick-slider.slick-vertical .slick-arrow{
        left: 55px;
    }
    .our-works-gallery-for .slide a{
        height: 500px;
    }
    .our-works-gallery-for{
        max-height: 500px;
    }
}
@media screen and (max-width: 700px){
    .our-works-gallery-for .slide a{
        height: 430px;
    }
    .our-works-gallery-for{
        max-height: 430px;
    }
}
@media screen and (max-width: 575px){
    .our-works-gallery .our-works-gallery-nav{
        position: absolute;
        left: -1000px;
    }
    .our-works-slider-big-image{
        margin-left: 0;
        margin-right: 0;
    }
    .our-works-gallery-for{
        max-height: 350px;
    }
    .our-works-gallery-for .slide a{
        height: 350px;
    }
    .our-works-gallery-for .slick-arrow{
        margin: -18px 0 0 0;
        width: 35px;
        height: 35px;
        font-size: 0;
        border: 2px solid #004288;
        border-radius: 50%;
        position: absolute;
        background-color: #fff;
        cursor: pointer;
        padding: 0 0;
        display: block;
        top: 50%;
        z-index: 10;
    }
    .our-works-gallery-for .slick-arrow.slick-prev{
        transform: rotate(-90deg);
        background: #fff url(/local/templates/pgsnew_v2_0/images/slick-left.svg) center center no-repeat;
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
        left: 15px;
    }
    .our-works-gallery-for .slick-arrow.slick-next{
        transform: rotate(-90deg);
        background: #fff url(/local/templates/pgsnew_v2_0/images/slick-right.svg) center center no-repeat;
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
        right: 15px;
    }
}

@media screen and (max-width: 370px){

    .our-works-gallery-for{
        max-height: 320px;
    }
    .our-works-gallery-for .slide a{
        height: 320px;
    }
}
/* End */


/* Start:/template/css/c_13_14.css?17334953811962*/
.costing-and-consultation{
    background: #004288;
    padding: 45px 0 90px 0;
    width: 100%;
    clear: both;
    color: #fff;
    margin-bottom: 60px;
}
.costing-and-consultation h2{
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 25px;
}

.form-costing-consultation .form-control{
    background: #004288;
    height: 35px;
    border: 1px solid #fff;
    padding: 0 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 33px;
}

.form-costing-consultation textarea.form-control{
    border-radius: 10px;
    line-height: 22px;
    min-height: 145px;
    resize: vertical;
    padding: 10px 20px 10px;

}
.form-costing-consultation .form-group{
    margin-bottom: 20px;
}

.form-costing-consultation .w-165{
    width: 165px;
}

.form-costing-consultation .btn{
    height: 35px;
    line-height: 33px;
    padding: 0;
    width: 100%;
}
.form-costing-consultation .btn input{
    height: 35px;
}
.costing-and-consultation .btn{
    height: 35px;
    line-height: 33px;
}
.bg-blue .form-control::-webkit-input-placeholder{
    color: #fff;
}
.bg-blue .form-control::-moz-placeholder{
    color: #fff;
}

.bg-blue .form-control:-ms-input-placeholder{
    color: #fff;
}
.bg-blue .form-control:-moz-placeholder{
    color: #fff;
}
.costing-and-consultation .tell{
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    margin-bottom: 70px;
    margin-top: 20px;
    display: inline-block;
}

.costing-and-consultation .tell-block .btn{
    padding: 0 22px;
}

@media screen and (max-width: 1199px){
    .costing-and-consultation{
        padding: 30px 0 20px 0;
        margin-bottom: 40px;
    }
    .costing-and-consultation .tell{
        margin-bottom: 20px;
        margin-top: 0;
    }
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17334950097333*/
.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?17334950091037 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.smart.filter/f_4_2/style.css?17334950093407 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog/.default/bitrix/catalog.section/WORKS_SUBCATEGORY_1/style.css?17334950094628 */
/* /bitrix/components/pgs/gallery/templates/g_13_4/style.css?1733495013314 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/form.result.new/buttons/style.css?1733495009413 */
/* /template/css/c_13_13.css?17334953813075 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/form.result.new/popup/style.css?17334950094708 */
/* /bitrix/components/pgs/gallery/templates/g_13_3/style.css?17383215004596 */
/* /template/css/c_13_14.css?17334953811962 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17334950097333 */
</pre></body></html>