

/* Start:/local/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17587183591220*/
.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;
}
@media screen and (max-width: 768px) {
    #breadcrumbs {
        display: flex;
        overflow: scroll;
    }

    .breadcrumbs li {
        white-space: nowrap;
    }
}
/* End */


/* Start:/local/templates/pgsnew_v2_0/components/bitrix/news/nashi_raboty/bitrix/news.detail/.default/style.css?17587183595428*/

.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;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.tell-block-gray .title{
    color: #242424;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    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;
    }
}

.works-list-card h2{
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 25px;
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    color: #000;
}
.works-list-card.bg-none{
    background: none ;
}
.work-block-card{
    border: 1px solid #B6B6B6;
    margin: 0 0 30px 0;
}

.work-block-card .link{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.work-block-card .img img{
    width: 100%;
    max-width: 100%;
}
.work-block-card .text-block{
    padding: 25px 30px;
}
.work-block-card .title-blue{
    color: #004288;
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    margin-bottom: 10px;
}
.work-block-card .title{
    font-size: 25px;
    line-height: 120%;
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
}
.works-list-card .row{
    max-width: 1330px;
}
.works-list-card{
    float: left;
    width: 100%;
    background: #FAFAFA;
    padding: 55px 0 70px 0;
}
.works-list-card .block-btn{
    text-align: center;
}
.works-list-card .block-btn a{
    display: inline-block;
    vertical-align: top;
}
.works-list-card .block-btn .link-dashed{
    margin: 10px 0 0 15px;
}

.link-dashed{
    color: #004288;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    border-bottom: 1px dashed #004288;
    text-decoration: none !important;
}
.link-dashed:hover{
    color: #004288;
    border-bottom: 1px solid #004288;
}


@media screen and (max-width: 991px){
    .works-list-card{
        padding: 35px 0 45px 0;
    }
}
@media screen and (max-width: 767px) {
    .work-block-card .text-block{
        padding: 15px 15px;

    }
    .work-block-card .title{
        font-size: 18px;
    }
}
@media screen and (max-width: 585px) {
    .works-list-card .block-btn .btn{
        display: block;
        max-width: 280px;
        margin: 0 auto 20px;
        padding-left: 0;
        padding-right: 0;

    }
    .works-list-card .block-btn .link-dashed{
        margin: 0;
    }
}
/* End */


/* Start:/bitrix/components/pgs/gallery/templates/g_13_3_2/style.css?17587183734548*/
.our-works-gallery{
    margin: 0 0 90px 0;
    overflow: hidden;
}

.our-works-gallery .photo-description {
    text-align: center;
}

.our-works-gallery-nav{
    margin: 0 0 0 0;
    width: 255px;
    float: right;
    padding: 45px 0 45px 0;
}
.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;
}

.slick-slider.slick-vertical .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;
    left: 110px;
    z-index: 10;
}

.slick-slider.slick-vertical .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: 0;
}
.slick-slider.slick-vertical .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;
    bottom: 0;
}


@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:/local/templates/pgsnew_v2_0/components/bitrix/form.result.new/buttons/style.css?1758718359413*/
.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:/local/templates/pgsnew_v2_0/components/bitrix/form.result.new/popup/style.css?17587183594797*/
.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: 20px;
    /*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;
}

.form-group[data-name='ROISTAT_VISIT'] {
    display: none;
}


@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] {
    opacity: 0;
    position: absolute;
}
.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 */
/* /local/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17587183591220 */
/* /local/templates/pgsnew_v2_0/components/bitrix/news/nashi_raboty/bitrix/news.detail/.default/style.css?17587183595428 */
/* /bitrix/components/pgs/gallery/templates/g_13_3_2/style.css?17587183734548 */
/* /local/templates/pgsnew_v2_0/components/bitrix/form.result.new/buttons/style.css?1758718359413 */
/* /local/templates/pgsnew_v2_0/components/bitrix/form.result.new/popup/style.css?17587183594797 */
