

/* Start:/local/templates/juno/components/bitrix/news.detail/objDetail/style.css?178211138913619*/
:root {
    --main-color: #0A1993;
    --main-color-bg: #0A199333;
    --main-color-scroll-bg: #0A199333;
    /*  старый цвет до 22.08.23
      --main-color: #1fcecb;*/
}
.slider-bl1-object.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.label_item.round{
    display: flex;
    align-items: center;
    gap: 10px;
}
.label_item.round .label-detail{
    display: flex;
    align-items: center;
}
.label_item.round .label-detail:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--main-color);
    margin-right: 5px;
}
.label_obj_wr_abs {
    position: absolute;
    top: 110px;
    z-index: 1;
    width: 100%;
    left: 0;
}
.label_obj_wr_dt{
    max-width: 400px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.obj_slider_wr{
    position: relative;
}
.label_obj_wr {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 1;
    width: 100%;
}
.label_obj_wr.mobile {
    max-width: 340px;
    top: 10px;
    left: 10px;

}
.label_item{
    background: #1a2d65b5;
    border-radius: 10px;
    padding: 15px 12px;
    width: max-content;
    max-width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    backdrop-filter: blur(2px);
}
.label_obj_wr.mobile .label_item{
    padding: 10px;
}
.btn_fixed_container{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 3;
}
.btn_fixed_item{
    margin-left: auto;
    transition: .2s;
    display: flex;
    align-items: center;
    background-color: #fff;
    max-width: 80px;
    overflow: hidden;
    font-family: "Gilroy";
    font-style: normal;
    font-size: 14px;
    line-height: 1.22;
    color: #0f1b3b;
    box-shadow: 1px 1px 2px #00000026;
    margin-bottom: 20px;
}
.btn_fixed_item:hover, .btn_fixed_item.active{
    max-width: 210px;
}
.btn_fixed_item span{
    display: block;
    padding: 10px;
    min-width: 130px;
}
.btn_files_wr{
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.btn_files_wr a{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(15, 27, 59, 0.5);
    font-family: CoFo Sans;
    padding: 18px 18px;
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-gap: 14px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: .3s;
}
.btn_files_wr a:hover{
    border: 1px solid rgba(29, 42, 79, 0.2);
}
.video-about-project{
    display: block;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%!important;
}
.video-about-project-img{
    display: block;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%!important;
    height: auto!important;
}
.button-go-page-parent{
    position: relative;
    width: max-content;
    font-size: 0;
}
.button-go-page-parent:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    background-color: #000;
    opacity: .5;
    border-radius: 10px;
}
.video-about-project img{
    width: 100%;
    height: 332px;
    object-fit: cover;
}
.button-go-page-parent .button-go-page{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.button-go-page-parent .button-go-page div{
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    transition: .3s;
    line-height: 1;
}
.button-go-page-parent .button-go-page svg,
.button-go-page-parent .button-go-page svg path,
.button-go-page-parent .button-go-page svg circle{
    transition: .3s;
}
.button-go-page-parent:hover .button-go-page div{
    /*color: var(--main-color);*/
}
.button-go-page-parent:hover .button-go-page svg circle{
    fill: #0a1993;
    stroke: #0a1993;
}
.button-go-page-parent:hover .button-go-page svg path{
    fill: #fff;
}
.about-object-img-wr img,
.about-object-img-wr .link-to-gallery-about-obj-wr{
    border-radius: 10px;
    overflow: hidden;
}
.about-object-img-wr{
    display: flex;
    gap: 30px;
}
.about-project-section{
    display: grid;
    grid-template-columns: 552px 1fr;
    grid-gap: 44px;
}
.about-project-section img{
    object-fit: contain;
    height: auto;
}
picture{
    font-size: 0;
}
.desc-modal-tehproj{
    margin-bottom: 30px;
}
.title-page-object .align-items-center{
    justify-content: space-between;
    gap: 15px;
}
.title-page-object .region{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.object-detail-logo-wr{
    background-color: var(--main-color-bg2);
    padding-bottom: 30px;
}
.object-detail-logo-wr .container{
    border-radius: 10px;
    padding: 32px;
    background-color: #fff;
}
.object-detail-logo-wr .first-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.object-detail-logo-wr .first-row .col {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.object-detail-logo-wr .first-row .col .item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.object-detail-logo-wr .first-row .col .item span:first-of-type {
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    /*white-space: nowrap;*/
}
.object-detail-logo-wr .first-row .col .item span:last-of-type {
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.3;
    color: var(--main-color-grey);
    /*white-space: nowrap;*/
}
.object-detail-logo-wr .second-row {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 19px;
}
.object-detail-logo-wr .second-row .item{
    border-radius: 10px;
    padding: 24px 30px 26px;
    background-color: var(--main-color-bg2);
    color: var(--main-color-grey);
}
.object-detail-logo-wr .second-row .item.first{
    background-color: var(--main-color);
    color: #fff;
}
.object-detail-logo-wr .second-row .item span {
    display: block;
    line-height: 1.3;
    margin-top: 35px;
    font-weight: 600;
    font-size: 18px;
}
.object-detail-logo-wr .second-row .item svg{
    transition: transform .3s;
}
.object-detail-logo-wr .second-row .item:hover svg{
    transform: scale(1.2);
}
.about-project-section .spoiler-wr{
    margin-bottom: 40px;
}
.about-project-section .spoiler-wr .content {
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: max-height .4s;
}
.about-project-section .spoiler-wr.active .content {
    max-height: 1000px;
}
.spoiler-wr .spoiler-btn {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    padding: 10px 0;
    margin-top: -10px;
    width: max-content;
    transition: .3s;
}
.spoiler-wr .spoiler-btn svg{
    transition: transform .3s;
}
.spoiler-wr.active .spoiler-btn svg{
    transform: rotate(180deg);
}
.spoiler-wr .spoiler-btn:hover {
    color: var(--main-color-hover);
}
.spoiler-wr .spoiler-btn svg path{
    transition: .3s;
}
.spoiler-wr .spoiler-btn:hover svg path{
    fill: var(--main-color-hover);
}
.object-prop-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 40px;
    margin-bottom: 40px;
}
.object-prop-wr .item span:first-of-type{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    color: var(--main-color);
}
.object-prop-wr .item span:first-of-type>span{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
    color: var(--main-color);
}
.object-prop-wr .item span:last-of-type{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: var(--main-color-grey);
}
.address-full-wr {
    background-color: #fff;
    border-radius: 10px;
    padding: 37px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.address-full-wr svg{
    width: 22px;
    display: block;
}
.address-full-wr a{
    width: max-content;
    margin-left: 19px;
    white-space: nowrap;
    padding: 14px 22px;
    transition: .3s;
}
.address-full-wr span {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #0f1b3b;
}
.dom-rf-btn{
    display: block;
    padding: 16px 30px;
    background-color: #fff;
    color: #1D2A4F80;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #1D2A4F33;
    transition: .3s;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}
.dom-rf-btn:hover{
    color: var(--main-color);
}
.object-action-wr {
    position: absolute;
    right: 0;
    top: 62px;
    background-color: #FFFFFFCC;
    z-index: 2;
    border-radius: 5px;
    padding: 20px 15px;
    box-shadow: 1px 1px 3px #00000012;
    display: block;
    font-family: Gilroy;
    color: inherit;
    min-width: 283px;
    max-width: 100%;
    line-height: 1.4;
    transition: .3s;
}
.object-action-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
}
.object-action-desc {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: var(--main-color-grey);
    line-height: 1;
}
.object-action-link {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    color: var(--main-color);
}
.object-action-wr.object-action-wr-in-body{
    position: absolute;
    right: unset;
    box-shadow: unset;
    top: 110px;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    background-color: #FFFFFFCC;
    padding: 14px 21px;
    margin: 0 10px;
    width: max-content;
    min-width: unset;
    max-width: 100%;
}
.object-action-wr.object-action-wr-in-body .object-action-title{
    font-size: 14px;
}
.object-action-wr.object-action-wr-in-body .object-action-desc,
.object-action-wr.object-action-wr-in-body .object-action-link{
    font-size: 12px;
}
.object-action-wr.object-action-wr-in-body .object-action-link{
    margin-top: 15px;
}
@media(max-width: 1399px){
    .label_obj_wr_abs {
        top: 75px;
    }
    .technologies_item {
        height: 200px!important;
    }
}
@media(max-width:1200px){
    .btn_files_wr {
        padding-bottom: 40px;
    }
    .about-project-section {
        grid-gap: 30px;
    }
}
@media(max-width:1199px){
    .page-object-detail .desc-none{
        background-color: #f7f8fc;
        position: relative;
    }
    .page-object-detail .desc-none .div-h1-object{
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 10px 10px 0 0;
        width: auto;
        margin: 20px;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    .page-object-detail .countdown-wr {
        margin: 0 20px;
        background-color: #fff;
    }
    .page-object-detail .object-detail-logo-wr .container{
        border-radius: 0 0 10px 10px;
        padding: 32px 20px;
        background-color: #fff;
    }
    .page-object-detail .object-detail-logo-wr .first-row>img{
        display: none;
    }
    .page-object-detail .object-detail-logo-wr .first-row .col{
        flex-wrap: wrap;
    }
    .page-object-detail .about-company {
        padding-bottom: 50px;
    }
}
@media(max-width:1150px){
    .technologies_item {
        background-size: 124%!important;
    }
}
@media(max-width:1050px){
    .about-project-section {
        grid-template-columns: 1fr;
    }
}
@media(max-width:960px){
    .technologies_item {
        background-size: cover!important;
    }
}
@media(max-width:780px){
    .objDetail .one-slide img{
        min-height: 100vw;
        object-fit: cover;
    }
    .slider-bl1-object .slick-dots li{
        width: 35px;
    }
    .slider-bl1-object .slick-dots {
        bottom: 20px;
    }
    .page-object-detail .object-detail-logo-wr .second-row {
        grid-template-columns: 1fr 1fr;
        gap: 19px;
    }
    .page-object-detail .countdown-wr .countdown {
        padding: 25px 20px;
    }
}
@media(max-width:640px){
    .btn_fixed_container .btn_fixed_item img{
        width: 40px;
        height: 40px;
    }
    .btn_fixed_container .btn_fixed_item{
        max-width: 40px;
        max-height: 40px;
    }
    .btn_fixed_container .btn_fixed_item:hover, .btn_fixed_container .btn_fixed_item.active{
        max-width: 210px;
    }
    #online_cam_wrap{
        padding: 35px 10px;
    }
    #online_cam_wrap *{
        max-width: 100%;
    }
    .btn_files_wr a {
        padding: 10px;
    }
    .page-object-detail .object-prop-wr{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 35px 24px;
        margin-bottom: 40px;
    }
}
@media(max-width:560px){
    .about-object-img-wr {
        flex-wrap: wrap;
    }
    .about-object-img-wr img{
        width: 100%;
    }
    .about-object-img-wr>*{
        width: 100%;
    }
    .link-to-gallery-about-obj-wr img{
        width: 100%;
    }
}
@media(max-width:540px){
    .technologies_list_wr .technologies_item_2 {
        height: 200px!important;
    }
}
@media(max-width:430px){
    .object-action-wr.object-action-wr-in-body {
        margin: 0 10px;
    }
    .page-object-detail .object-detail-logo-wr .container{
        margin: 0 20px;
    }
    .object-detail-logo-wr .second-row .item span {
        font-size: 14px;
    }
}
<!--
.item.squareFlatArr123 {
display: none !important
}
-->
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1676360211666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/juno/components/bitrix/news.list/infraMap_v2.1/style.min.css?17616339884149*/
#mapV3{position:relative;border-radius:10px;overflow:hidden;height:470px;max-height:65vh}.object-main-dot img{max-width:max-content;width:55px;height:55px;transform:translate(-50%,-50%);box-shadow:1px 1px 3px #0000006b;border-radius:50%}.dot-item img{max-width:max-content;width:36px;height:36px;transform:translate(-50%,-50%);box-shadow:1px 1px 3px #0000006b;border-radius:50%}#mapV3 .lock-map-btn{position:absolute;right:20px;bottom:40px;z-index:2;width:auto;height:auto;font-family:CoFo Sans;font-style:normal;font-weight:700;font-size:14px;line-height:18px;text-align:center;color:#fff;border:1px solid var(--main-color);background:var(--main-color);border-radius:5px;padding:18px 29px;cursor:pointer;display:inline-block;transition:.3s}#mapV3 .lock-map-btn span svg{margin-right:5px}#mapV3 .lock-map-btn span:first-of-type{display:flex;align-items:center;gap:5px}#mapV3 .lock-map-btn span:last-of-type{display:none}#mapV3 .lock-map-btn.active span:first-of-type{display:none}#mapV3 .lock-map-btn.active span:last-of-type{display:flex;align-items:center;gap:5px}#mapV3 .lock-map-btn:hover{background:var(--main-color-hover);border:1px solid #7b61ff}.infrastructure-ul{padding:0;margin:0;width:100%;display:flex;gap:15px;flex-wrap:wrap;position:absolute;top:0;left:0;z-index:1;padding:30px 33px 0;width:100%;background:unset;box-shadow:unset;max-height:unset;overflow-x:auto;padding-bottom:6px}.infrastructure-ul li{margin:0;list-style:none;font-family:"Gilroy";font-style:normal;font-weight:500;font-size:18px;line-height:1;color:var(--main-color-text);display:flex;justify-content:space-between;align-items:center;filter:grayscale(100%);transition:.3s;cursor:pointer;width:max-content;max-width:100%;padding:19px 23px;background-color:#fff;border-radius:100px}.infrastructure-ul li svg{width:41px;height:41px;object-fit:contain;margin:-15px;margin-right:0}.infrastructure-ul li svg circle{display:none}.infrastructure-ul li svg>*{fill:var(--main-color-text)}.infrastructure-ul li span{font-weight:700;display:flex;align-items:center;font-size:14px}.infrastructure-ul li.active{filter:grayscale(0%)}.infrastructure-ul li.hidden{display:none}#show-all-infra-dot.active,.map-menu-item:hover,.map-menu-item.active{background-color:#0a1993;color:#fff;filter:unset}.map-menu-item:hover svg>*,.map-menu-item.active svg>*{fill:#fff}.dot-item span{z-index:-1;opacity:0;transition:opacity .3s;font-size:12px;font-weight:600;padding:6px 11px;background-color:#fff;border-radius:5px;box-shadow:1px 1px 5px #00000045;position:absolute;left:0;top:0;width:max-content;max-width:140px;color:#0f1b3b;background-color:#fff}.dot-item span.active{z-index:5;opacity:1}.infra-obj-detail-wr{display:flex;margin-bottom:60px;gap:20px;justify-content:space-between;align-items:flex-start}.infra-obj-detail-wr .contact-map_desc{margin-top:20px}.infra-obj-title-desc-wr{max-width:814px;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:45px}.infra-obj-title-desc{font-size:16px;font-weight:500;color:var(--main-color-grey);line-height:1.4;min-width:30px;min-height:30px}.infra-map-btn-out{display:none}@media(max-width:920px){.infra-map-btn-out{font-family:CoFo Sans;font-style:normal;font-weight:700;font-size:14px;line-height:18px;text-align:center;color:inherit;border:1px solid var(--main-color);background:#fff;border-radius:5px;padding:18px 29px;cursor:pointer;display:inline-block;transition:.3s;position:absolute;bottom:40px;z-index:2;left:20px;width:auto;max-width:100%}.infra-obj-detail-wr{flex-wrap:wrap}.infrastructure-ul{padding:10px}.infrastructure-ul li{padding:15px 20px}.infrastructure-ul li.hidden{display:flex}.infrastructure-ul{flex-wrap:nowrap}.infrastructure-ul li span{font-size:13px;white-space:nowrap}#show-hidden-infra-li{display:none}}@media(max-width:580px){#mapV3 .infra-map-btn-out,#mapV3 .lock-map-btn{font-size:13px;line-height:17px;padding:15px 20px}#mapV3 .lock-map-btn{right:10px}#mapV3 .infra-map-btn-out{left:10px}}@media(max-width:450px){#mapV3 .infra-map-btn-out,#mapV3 .lock-map-btn{font-size:12px;padding:10px 15px}}@media(max-width:385px){#mapV3 .infra-map-btn-out,#mapV3 .lock-map-btn{padding:8px 10px;font-weight:normal}}
/* End */


/* Start:/local/templates/juno/components/bitrix/news.list/infraList/style.min.css?17386737703269*/
.infra-obj-detail-wr .div-h2{margin-bottom:0;max-width:390px}.infra-section-wr{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:50px}.infra-section-item{padding:19px 44px;font-size:14px;font-weight:700;background-color:var(--main-color-bg2);border-radius:100px;line-height:1;transition:.3s;cursor:pointer}.infra-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:30px}.infra-list .infra-item{position:relative;font-size:0;border-radius:10px;overflow:hidden}.infra-list:not(.active) .infra-item:nth-child(n+9){display:none}.infra-list .infra-item.hover{cursor:pointer}.infra-list .infra-item:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,0) 66.37%,rgba(0,0,0,0.6) 100%)}.infra-list .infra-item img{position:relative;z-index:1;object-fit:cover;width:100%;height:100%}.infra-item-name{position:absolute;bottom:0;left:0;z-index:3;font-size:18px;padding:30px 22px;font-weight:600;color:#fff;text-shadow:0 0 4px #000}.infra-item-desc{max-height:0;transition:.3s;font-size:12px;line-height:1.2;overflow:hidden;text-shadow:0 0 4px #000}.infra-item:hover .infra-item-desc{padding-top:10px;max-height:200px}.infra-section-item{width:auto;height:auto;object-fit:contain;margin:-15px;margin-right:0}.infra-section-item{margin:0;list-style:none;font-family:"Gilroy";font-style:normal;font-weight:500;font-size:18px;line-height:1;color:var(--main-color-text);display:flex;justify-content:space-between;align-items:center;transition:.3s;cursor:pointer;width:max-content;max-width:100%;padding:19px 23px;background-color:var(--main-color-bg2);border-radius:100px;font-weight:700;font-size:14px}.infra-section-item svg{width:41px;height:41px;object-fit:contain;margin:-15px;margin-right:0;filter:grayscale(100%)}.infra-section-item svg circle{display:none}.infra-section-item svg>*{transition:.3s;fill:var(--main-color-text)}.infra-section-item:hover svg>*,.infra-section-item.active svg>*{fill:#fff}.infra-section-item.active,.infra-section-item:hover{background-color:var(--main-color);color:#fff}.infra-section-item.hidden{display:none}.infra-list-more-btn{font-size:14px;font-weight:700;color:var(--main-color);display:flex;gap:10px;align-items:center;line-height:1;cursor:pointer;padding:10px 0;margin-top:-10px;width:max-content;transition:.3s;margin-top:15px}.infra-list-more-btn svg{transition:.3s}.infra-list-more-btn.active svg{transform:rotate(180deg)}.infra-list-more-btn:hover{color:var(--main-color-hover)}.infra-list-more-btn:hover svg path{fill:var(--main-color-hover)}@media(max-width:1190px){.infra-obj-detail-wr{flex-wrap:wrap}}@media(max-width:1060px){.infra-list{grid-template-columns:1fr 1fr 1fr;gap:15px}}@media(max-width:840px){#show-hidden-infra-sect{display:none}.infra-section-item.hidden{display:flex}.infra-section-wr{gap:10px;flex-wrap:nowrap;overflow-x:scroll;padding-bottom:5px;margin-bottom:40px}.infra-section-item{white-space:nowrap}}@media(max-width:720px){.infra-list{grid-template-columns:1fr 1fr}}@media(max-width:540px){.infra-list{display:flex;overflow-x:scroll;padding-bottom:5px}.infra-list .infra-item{min-width:308px;min-height:320px}.infra-list-more-btn{display:none}.infra-list:not(.active) .infra-item:nth-child(n+9){display:block}}
/* End */


/* Start:/local/templates/juno/components/bitrix/news.list/saleOfficeMapMulti/style.min.css?17525891204680*/
.contact-map{min-height:755px}.call-center{margin-bottom:20px;font-weight:500;font-size:14px;line-height:1.3;color:var(--main-color-grey)}.call-center p{margin-top:0!important}.contact-item-wr{padding-bottom:20px;border-bottom:1px solid #ecf0f9;margin-bottom:20px}.contact-item-wr:last-of-type{padding-bottom:0;border-bottom:1px solid transparent;margin-bottom:0}.contact-map .container::-webkit-scrollbar{width:5px}.contact-map-block{background:#fff;box-shadow:0 0 10px rgb(29 42 79 / 15%);border-radius:10px;padding:40px;width:100%}.contact-item-wr .contact-map-adress{transition:.3s;line-height:1.3;font-family:"Gilroy";font-style:normal;font-weight:600;font-size:16px;color:var(--main-color-text);margin-bottom:10px}.contact-item-wr{cursor:pointer}.contact-item-wr:hover .contact-map-adress{color:#0a1993}.contact-map .contact-map-block{position:relative;max-height:699px;overflow-y:auto}.contact-map .contact-map-title{width:100%;background-color:#fff;margin-bottom:20px}.contact-map .contact-map-hours{margin-bottom:0}.contact-map .contact-map-hours span:first-of-type{display:block;font-weight:600}.contact-map-phone{font-family:"Gilroy";font-style:normal;font-weight:700;font-size:30px;line-height:1;color:var(--main-color);margin-bottom:10px;display:block}.contact-map-block img{margin-bottom:20px;border-radius:10px;overflow:hidden}.contact-map-block .make-appointment-btn{margin-top:20px;width:100%}.page-object-detail .saleOfficeMap>.container{border-radius:10px;overflow:hidden}.page-object-detail .saleOfficeMap .contact-map-block{top:unset;left:unset}.saleOfficeMapMulti-wr map2{max-height:80vh}.saleOfficeMapMulti-wr .map-zoom-controls-wr{position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:2;background-color:#fff;border:1px solid #0A3C6633;box-shadow:0 7px 10px 0 #0000000D;border-radius:10px}.saleOfficeMapMulti-wr .map-zoom-in,.saleOfficeMapMulti-wr .map-zoom-out{font-size:18px;font-weight:700;padding:5px 12px;line-height:1;cursor:pointer;transition:.3s}.saleOfficeMapMulti-wr .map-zoom-in{margin-bottom:15px}.saleOfficeMapMulti-wr .map-zoom-in:hover,.saleOfficeMapMulti-wr .map-zoom-out:hover{color:var(--main-color)}.saleOfficeMapMulti-wr.contact-map .container{z-index:2;position:relative;width:auto;margin:0;position:absolute;width:422px;left:20px;top:50%;transform:translateY(-50%)}.saleOfficeMapMulti-wr .lock-map-btn{position:absolute;right:20px;bottom:40px;z-index:2;width:auto;height:auto;font-family:CoFo Sans;font-style:normal;font-weight:700;font-size:14px;line-height:18px;text-align:center;color:#fff;border:1px solid var(--main-color);background:var(--main-color);border-radius:5px;padding:18px 29px;cursor:pointer;display:inline-block;transition:.3s}.saleOfficeMapMulti-wr .lock-map-btn span svg{margin-right:5px}.saleOfficeMapMulti-wr .lock-map-btn span:first-of-type{display:flex;align-items:center;gap:5px}.saleOfficeMapMulti-wr .lock-map-btn span:last-of-type{display:none}.saleOfficeMapMulti-wr .lock-map-btn.active span:first-of-type{display:none}.saleOfficeMapMulti-wr .lock-map-btn.active span:last-of-type{display:flex;align-items:center;gap:5px}.saleOfficeMapMulti-wr .lock-map-btn:hover{background:var(--main-color-hover);border:1px solid #7b61ff}@media(max-width:1199px){.saleOfficeMapMulti-wr.contact-map{background-color:#fff}.saleOfficeMapMulti-wr.contact-map #map{height:100%;position:absolute}}@media(max-width:1060px){.contact-map .container{z-index:2;position:relative;margin:20px;position:relative;width:100%;left:unset}.contact-map-block{padding:36px;width:100%;max-height:unset}}@media(max-width:960px){.saleOfficeMapMulti-wr.contact-map .container{position:relative;width:100%;margin:30px 0;left:unset!important;top:unset;transform:unset;max-width:100%;padding:0 20px}.saleOfficeMapMulti-wr.contact-map .contact-map-block{position:relative;max-height:50vh;overflow-y:auto}.saleOfficeMapMulti-wr.contact-map #map{height:700px;max-height:50vh;position:relative}.saleOfficeMapMulti-wr.contact-map .contact-map-block{box-shadow:unset;padding:0}.saleOfficeMapMulti-wr.contact-map .contact-map-block .make-appointment-btn{max-width:max-content}.page-object-detail .saleOfficeMap>.container{max-width:100%;margin:0 20px}}@media(max-width:430px){.page-object-detail .saleOfficeMap>.container{margin:0}.contact-map .container{margin:0;margin-bottom:22px}}@media(max-width:580px){.saleOfficeMapMulti-wr .lock-map-btn{font-size:13px;line-height:17px;padding:15px 20px}.saleOfficeMapMulti-wr .lock-map-btn{right:10px}}@media(max-width:450px){.saleOfficeMapMulti-wr .lock-map-btn{font-size:12px;padding:10px 15px}}@media(max-width:385px){.saleOfficeMapMulti-wr .lock-map-btn{padding:8px 10px;font-weight:normal}}
/* End */
/* /local/templates/juno/components/bitrix/news.detail/objDetail/style.css?178211138913619 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1676360211666 */
/* /local/templates/juno/components/bitrix/news.list/infraMap_v2.1/style.min.css?17616339884149 */
/* /local/templates/juno/components/bitrix/news.list/infraList/style.min.css?17386737703269 */
/* /local/templates/juno/components/bitrix/news.list/saleOfficeMapMulti/style.min.css?17525891204680 */
