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

/* Start:/bitrix/components/pgs/content/templates/.default/css/contacts.css?17334950133927*/
.contacts-block h3{
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}

.contacts-block .line{
    border-top: 2px solid #D0D0D0;
    margin-bottom: 30px;
}

.contacts-block .office{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #242424;
    margin-bottom: 10px;
}

.contacts-block .metro{
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding-left: 32px;
    background: url(/bitrix/templates/pgsnew_v2_0/images/metro.svg) left 2px no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.contacts-info-map{
    margin-bottom: 25px;
}
.contacts-info-map:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.contacts-info-map .column-left{
    float: left;
    /*width: 72%;*/
    width: calc(100% - 720px);
    padding-right: 80px;
}
.contacts-info-map .column-right:after,
.contacts-info-map .column-left:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.contacts-info-map .column-right{
    /*width: 28%;*/
    width: 720px;
    float: right;
}
.attr-value-contacts{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;
    font-weight: 500;
}
.attr-value-contacts:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.attr-value-contacts .attr{
    width: 35%;
    float: left;
    color: #888888;
    padding-right: 10px;
}
.attr-value-contacts .value{
    width: 65%;
    float: left;
    color: #242424;
}
.attr-value-contacts a{
    color: #004288;
    text-decoration: none !important;
    border-bottom: 1px solid #004288;
}
.attr-value-contacts .tell, .attr-value-contacts .mail{
    color: #242424;
    border-bottom: none;
}

.contacts-text-block{
    margin-bottom: 35px;
    max-width: 1100px;
}

.contacts-text-block .title{
    color: #242424;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;

}

.contacts-text-block .text{
    font-size: 18px;
    line-height: 180%;
    color: #242424;
    font-weight: 400;
}
@media screen and (max-width: 1599px){
    .contacts-info-map .column-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts-info-map .column-right{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .column-right .ymap.element {
        width: 100% !important;
        float: none !important;
    }
    .column-right .contacts-slider-nav {
        float: none !important;
        /*width: 100% !important;*/
    }
}
/*
@media screen and (max-width: 1599px){
    .contacts-info-map .column-left{
        width: 65%;
        padding-right: 30px;
    }
    .contacts-info-map .column-right{
        width: 35%;
    }
    .attr-value-contacts .attr{
        width: 45%;
    }
    .attr-value-contacts .value{
        width: 55%;
    }
}
@media screen and (max-width: 1299px){
    .contacts-info-map .column-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts-info-map .column-right{
        width: 100%;
    }
}*/

@media screen and (max-width: 767px){
    .contacts-block h3{
        margin-bottom: 15px;
    }
    .contacts-block .metro{
        margin-bottom: 20px;
    }
    .attr-value-contacts{
        margin-bottom: 10px;
    }
    .attr-value-contacts .attr{
        width: 100%;
    }
    .attr-value-contacts .value{
        width: 100%;
    }
    .contacts-info-map .column-right iframe{
        height: 300px !important;
    }
}

.contacts-slider-nav .slick-arrow {
    width: 100%;
    border: 1px solid white;
    background: white;
    padding: 0;
    color: #004288;
    transition: color 0.3s;
}
.contacts-slider-nav .slick-arrow:hover {
    color: #d0080a;
}
/* End */


/* Start:/local/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17382386241220*/
.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:/bitrix/components/pgs/gallery/templates/g_30_9_sm/style.css?17334950133220*/
.contacts-gallery{
    overflow: hidden;
}
.contacts-block:last-child .contacts-gallery {
    margin: 0 0 90px 0;
}
.contacts-gallery .slick-slider.arrow-white .slick-arrow.slick-prev{
    left: 15px;
    right: auto;
}
.contacts-gallery .slick-slider.arrow-white .slick-arrow{
    width: 72px;
    height: 72px;
    margin: -35px 0 0 0;
}
.contacts-gallery .slick-slider.arrow-white .slick-arrow:before{
    -webkit-background-size: 35px auto;
    background-size: 35px auto;
}
.contacts-gallery .slick-slider.arrow-white .slick-arrow:after{
    -webkit-background-size: 35px auto;
    background-size: 35px auto;
}
.contacts-slider-nav{
    margin: 0 0 0 0;
    width: 255px;
    float: right;
    padding: 0 0 0 0;
}
.contacts-slider-nav .slide{
    cursor: pointer;
}
.contacts-slider-nav .slick-current .img:before{
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.contacts-slider-nav .img{
    position: relative;
    border: 1px solid #D0D0D0;
    width: 100%;
    height: 155px;
    margin-bottom: 14px;
}
.contacts-slider-nav .img img{
    width: 100%;
    height: 100%;
}
.contacts-big-image{
    margin-right: 277px;
    /*border: 1px solid #D0D0D0;*/
    overflow: hidden;
}
.contacts-slider-for{
    overflow: hidden;
    float: left;
    width: 100%;
    max-height: 840px;
}
.contacts-slider-for .slide a{
    /*display: flex;
    align-items: flex-start;
    justify-content: center;*/
    height: auto;
}
@media screen and (min-width: 1880px) {
    .contacts-slider-for .slide a {
        height: 840px;
    }
}
.contacts-slider-for a{
    display: block;
}

.contacts-slider-for img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}


@media screen and (max-width: 1699px){
    .contacts-slider-for .slide a{
        /*height: 640px;*/
    }
}



@media screen and (max-width: 1199px){
    .contacts-gallery{
        margin: 0 0 35px 0;
    }
}


@media screen and (max-width: 991px){
    .contacts-gallery .slick-slider.arrow-white .slick-arrow{
        width: 45px;
        height: 45px;
        margin: -22px 0 0 0;
    }
    .contacts-gallery .slick-slider.arrow-white .slick-arrow:before{
        -webkit-background-size: 25px auto;
        background-size: 25px auto;
    }
    .contacts-gallery .slick-slider.arrow-white .slick-arrow:after {
        -webkit-background-size: 25px auto;
        background-size: 25px auto;
    }
    .contacts-big-image{
        margin-right: 0;
    }
    .contacts-gallery .contacts-slider-nav{
        position: absolute;
        left: -1000px;
    }
    .contacts-big-image{
        margin-left: 0;
    }


}

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

    .contacts-slider-for{
        max-height: 320px;
    }
    .contacts-slider-for .slide a{
        max-height: 320px;
    }
}

.contacts-big-image .description {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}
.contacts-big-image a,
.contacts-big-image a:hover {
    text-decoration: none;
    color: black;
}
/* End */
/* /bitrix/components/pgs/content/templates/.default/css/contacts.css?17334950133927 */
/* /local/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17382386241220 */
/* /bitrix/components/pgs/gallery/templates/g_30_9_sm/style.css?17334950133220 */
</pre></body></html>