

/* Start:/bitrix/templates/main_template/components/bitrix/menu/top/style.min.css?1736873508490*/
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/main_template/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/main_template/components/bitrix/menu/right_icon/style.min.css?1736873508490*/
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/main_template/components/bitrix/menu/right_icon/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/main_template/components/bitrix/news.list/right_baner/style.css?1736873508150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/main_template/components/bitrix/breadcrumb/bread/style.min.css?1736873508467*/
.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?17368735079120*/
/**
 * Модуль для интеграции с информационной системой «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 */
/* /bitrix/templates/main_template/components/bitrix/menu/top/style.min.css?1736873508490 */
/* /bitrix/templates/main_template/components/bitrix/menu/right_icon/style.min.css?1736873508490 */
/* /bitrix/templates/main_template/components/bitrix/news.list/right_baner/style.css?1736873508150 */
/* /bitrix/templates/main_template/components/bitrix/breadcrumb/bread/style.min.css?1736873508467 */
/* /local/components/cvr/widget.qrgid/templates/.default/style.css?17368735079120 */
