

/* Start:/bitrix/templates/myadel/components/bitrix/menu/top/style.min.css?1682549663490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/myadel/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/myadel/components/bitrix/breadcrumb/bread/style.min.css?1682549663467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/components/cvr/widget.qrgid/templates/.default/style.css?16879673229120*/
/**
 * Модуль для интеграции с информационной системой «QR-гид»
 * 
 * @version 1.1.0
 * @package MOD-QR-gid
 * @copyright Copyright (C) 2021 - 2023 ООО «Парасон СПК», All rights reserved.
 * @subpackage Modules
 * @license    Proprietary Software, see https://qr-gid.by/license/
 * @link: https://qr-gid.com/ 
 * @email info@qr-gid.by 
 * @author url: https://cvr.by/
 * @author email info@cvr.by 
 * @developer    ЦВР-Октябрьский | Разработано по лицензионному договору с ООО «Парасон СПК»
 * MOD-QR-gid is proprietary software. Данное программное обеспечение не может быть изменено, 
 * копировано, в том числе подвергнуто обратной разработке. 
 * Данное программное обеспечение должно использоваться в том виде, 
 * в котором распространяется.
 */

#guest_map ymaps{max-height: inherit!important;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,
ol,
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: inherit;
}
img{
    width: 100%;
}

html,
body{
    height: 100%;
    width: 100%;
}

.container{
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.fixed-page {
    position: fixed;
}
main{
    flex: 1 1 auto;
}
footer{
    flex-shrink: 0;
}
.guest_row {
    position: relative;
    margin-bottom: 16px;
}
.guest_form_row {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 20.45%, rgba(255, 255, 255, 0.75) 100%);
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
}
.guest_form_row .guest_form_title{
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #454545;
}
.form_group {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 24px 0;
}
.select_row {
    position: relative;
}
.select_row select{
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #6E6E6E;
    padding: 14px 52px 14px 16px;
    width: 100%;
}
.select_row .custom_select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select_arrow::after {
    content: '';
    background-image: url(/local/components/cvr/widget.qrgid/templates/.default/images/expand-arrow.svg);
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    width: 24px;
    height: 24px;
    pointer-events: none;
    box-sizing: border-box;
}
.form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_btn .btn:first-child {
    margin-right: 8px;
}
.form_btn button.btn {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;

}
.form_btn .btn,
.balloon_wrap .btn{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #0C3870;
    width: fit-content;
    transition: .5s;
    padding: 11px 16px;
    height: 36px;
}
.balloon_wrap .mobile.btn{
    display: none;
}
.form_btn .btn.btn_color {
    background: #1355AA;
    /* тень_кнопка */

    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    color: #FFFFFF;
    transition: .5s;
    padding: 9px 16px 9px 12px;
}
.form_btn .btn:hover{
    transition: .5s;
    color: #8E6F10;
    background: #F7F7F7;
    border-radius: 3px;
}
.form_btn .btn.btn_color:hover{
    transition: .5s;
    background: #8E6F10;
    color: #FFFFFF;
}
.form_btn button svg,
.map_btn svg{
    width: 18px;
    margin-right: 10px;
}
.map_btn a svg{
    transition: .5s;
    fill: #0C3870;
}
.map_btn  a:hover svg{
    transition: .5s;
    fill: #8E6F10;
}
.map_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;

    /* main +2 */

    color: #0C3870;
    padding: 9px 16px 9px 12px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #1355AA;
    border-radius: 3px;
    transition: .5s;
}
.map_btn a:hover{
    transition: .5s;
    background: #F7F7F7;
    /* accent +1 */

    border: 2px solid #8E6F10;
    color: #8E6F10;
}
.map_btn{
    position: absolute;
    bottom: 16px;
    left: calc(50% - 189px/2);
}
.balloon_wrap {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    padding: 14px 16px 11px 16px;
    position: relative;
    border-radius: 3px;
    background: #FFFFFF;
    width: 360px;
}
.balloon_title{
    text-align: end;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.015em;
    text-transform: uppercase;

    /* neitral +2 */

    color: #454545;
    padding-bottom: 3px;
}
.balloon_wrap{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 14px 16px 11px 16px;
    position: relative;
}
.balloon_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.balloon_wrap:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    bottom: -10px;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
}
.balloon_title{
    text-align: end;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.015em;
    text-transform: uppercase;

    /* neitral +2 */

    color: #454545;
    padding-bottom: 3px;
}
.balloon_text {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    color: #1B1B1B;
    flex: 1 1 auto;
    padding: 0 11px 0 0;
    text-align: start;
}
.balloon_row .balloon_image {
    flex: 0 0 90px;
}
.balloon_text span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.0025em;
    color: #454545;
}


@media(max-width: 992px) {
    .form_group {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.close_map_submit{display: none;position: absolute;right: 10px;top: 10px;border-radius: 50px;border: 1px solid #ddd;width: 40px;height: 40px;}
.close_map_submit:after, .close_map_submit:before{content: "";width: 1px;height: 30px;display: block;position: absolute;left: 19px;top: 5px;background: #ddd;}
.close_map_submit:before{transform: rotate(45deg);}
.close_map_submit:after{transform: rotate(-45deg);}

#open_map{  height: 712px }
#open_map .close_map_submit{display: block;}
#open_map .animActive{ position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999; max-width: 100%;}
#open_map .animActive:before{content: "";left: 0;top: 0;background: #ddd;opacity: .8;display: block;height: 100%;width: 100%;position: absolute;}
#open_map .animActive .container{max-width: 100%;}
#open_map .animActive .container .guest_row{overflow: hidden; position: relative; top:50px}
#open_map .animActive #guest_map, #open_map .animActive #guest_map > ymaps, #open_map .animActive #guest_map > ymaps > ymaps{width: 100vw !important; height: calc(100vh - 100px) !important}
#open_map .animActive #guest_map ymaps canvas{left: -50px!important; top: -50px!important; width: 100vw !important;}
#open_map .map_btn{display: none}

/*button*/
.navigation-button{
position: fixed!important;
bottom: 16px;
right: 16px;
z-index: 1000;
}
.button-wrapper{
    background: #E7B623;
    width: fit-content;
    padding: 12px 20px 12px 12px;
   box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
   border-radius: 32px;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   flex-wrap: nowrap; 
   transition: all 0.4s ease;
}
.button-wrapper:hover{
    background: #EFCE6C;
}
.button-image img{
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.button-text{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.0025em;
    color: #1B1B1B;
}
.navigation-button a:hover{
    text-decoration: none;
}
@media(max-width: 576px){
    .button-text{
        display: none;
    }
    .button-image img{
        margin-right: 0;
    }
    .button-wrapper{
        padding: 15px;
        border-radius: 50%;
    }
}
.scrollUp {
    position: fixed;
    bottom: 80px!important;
}
.roadmap .container-wrapper.anim-items{
    transform: none!important;
    opacity: 1;
  }
/* End */


/* Start:/bitrix/templates/myadel/styles.css?17241818566872*/
.special .menu_wrap, .special .header_wrap{top:48px}
.page_content a{text-decoration-line: underline; color: #324EA9;}
.menu-sidebar_submenu li.s2 a{text-align: center}

/*style Дорожная карта инвестора start*/
.internet-title {
    text-align: center;
}

.internet-title h2 {
    font-family: 'Noto Serif', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.0025em;
    color: #454545;
    letter-spacing: 0.0025em;
    text-align: center;
}

.invest-predl #invest .invest-content {
    background: transparent;
}

.roadmap {
    background: url("/templates/orsharik_1.0/images/invesproekty.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.invest-predl {
    padding-top: 16px;
}

#invest .invest-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 16px;
    margin-bottom: 0;
    background-color: transparent;
    padding: 16px 0 0;
    height: 48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#invest .invest-control {
    width: 32%;
}

.invest-control {
    width: 100%;
    background: #FFFFFF;
    height: 48px;
    border: 1px solid #C3C3C3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* padding: 0 16px 0 8px;*/
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
}

#invest .invest-select {
    width: 100%;
    height: 100%;
    padding: 0 20px 0 8px;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #6E6E6E;
    position: relative;
}

#invest select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    background: url("/bitrix/templates/myadel/image/SVG/arrow.svg") 98% center no-repeat;
}

#invest .invest-select:hover {
    border-color: transparent;
}

#invest .invest-control:hover {
    background-color: #FFFFD6;
}

#invest .invest-control:active {
    background-color: #FFF70A;
}

.invest-select:active {
    border-color: transparent;
}

#invest .invest-button {
    margin: 0 50px;
    height: 36px;
    padding: 0 20px;
    background: #2D818B;
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-top: 7px;
}

.invest-button > svg path {
    /*  display: none;*/
    fill: #FFFFFF;
}

#invest .invest-button:hover {
    transition: .5s;
    background: #D12338;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

#invest .invest-button:active {
    background: #8E6F10;
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#invest .invest-button::after {
    text-transform: uppercase;
}
button#invest-content-filter::after{
    content: "Применить" !important;
    color: #FFFFFF;
    position: relative;
    top: -8px;
}

#invest .invest-button:active::after {
    color: #EFCE6C;
}

#invest .invest-table {
    margin: 100px 0 16px;
    padding-top: 20px;
    border-top: 1px solid #F5E0A3;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    /* -webkit-border-radius: 0 0 16px 16px;
            border-radius: 0 0 16px 16px;*/
}

.invest-table .invest-table_row {
    border: none;
    position: relative;
}

.invest-table_row a {
    color: #2F1CB3;
}

.invest-table_row a:hover {
    color: #2F1CB3;
}

.invest-table_row::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("/templates/orsharik_1.0/images/icons/forward_24_blue.svg");
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}

.invest-content button#invest-content-filter::before {
    /* content: "" !important;*/
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #invest .invest-controls {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #invest .invest-control {
        width: 48%;
    }
    #invest .invest-button {
        margin: 0;
    }
}

@media (max-width: 767px) {
    #invest .invest-control {
        width: 98%;
    }
    #invest .invest-controls {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #invest .invest-table {
        margin-top: 216px;
    }
}

@media (max-width: 576px) {
    #invest .invest-control {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #invest .invest-button {
        padding: 0 60px;
    }
}



#invest .invest-table{
    /* белый */

    background: #FFFFFF;
    /* main -2 */

    border: 1px solid #C3E4E9;
    border-radius: 4px;
    padding: 16px 32px;
    margin: 20px 0;
}
#invest .invest-table .s1{
    color: #454545;
    margin-bottom: 10px;
}
#invest .invest-table .invest-table_row.active{
    position: relative;
    color: #324EA9;
}
#invest .invest-table .invest-table_row.active a{
    padding: 14px 14px 14px 26px;
    display: block;
    transition: .5s;
}
#invest .invest-table .invest-table_row.active a:hover{
    transition: .5s;
    text-decoration-line: underline;
}
#invest .invest-table .invest-table_row.active a::after{
    content: ' ';
    background-image: url(/bitrix/templates/myadel/image/SVG/forward.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

/*.menu-sidebar_submenu .s2:last-child.active a{border-bottom: none;}*/
.menu-sidebar_submenu .s2:last-child a{margin-bottom: 20px!important;}
div.news_item .news_text .text{display: initial}
div.news_item .news_text .h3{-webkit-line-clamp: 2;}
/* End */
/* /bitrix/templates/myadel/components/bitrix/menu/top/style.min.css?1682549663490 */
/* /bitrix/templates/myadel/components/bitrix/breadcrumb/bread/style.min.css?1682549663467 */
/* /local/components/cvr/widget.qrgid/templates/.default/style.css?16879673229120 */
/* /bitrix/templates/myadel/styles.css?17241818566872 */
