/* --------- /media/com_yandex_maps/css/frontend.css --------- */
.xdsoft_col1 {
    width: 8.33333%;
}

.xdsoft_col2 {
    width: 16.66666666666667%;
}

.xdsoft_col3 {
    width: 25%;
}

.xdsoft_col4 {
    width: 33.33333%;
}

.xdsoft_col5 {
    width: 41.66666666666667%;
}

.xdsoft_col6 {
    width: 50%;
}

.xdsoft_col7 {
    width: 58.333333333333336%;
}

.xdsoft_col8 {
    width: 66.666666%;
}

.xdsoft_col9 {
    width: 75%;
}

.xdsoft_col10 {
    width: 83.333333%;
}

.xdsoft_col11 {
    width: 91.666666%;
}

.xdsoft_col12 {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .xdsoft_col1,
    .xdsoft_col2,
    .xdsoft_col3,
    .xdsoft_col4,
    .xdsoft_col5,
    .xdsoft_col6,
    .xdsoft_col7,
    .xdsoft_col8,
    .xdsoft_col9,
    .xdsoft_col10,
    .xdsoft_col11, .xdsoft_col12 {
        width: auto;
    }
}

.xdsoft_row > div[class*=xdsoft_col] {
    float: left;
}

@media (min-width: 1200px) {
    .xdsoft_row:before,
    .xdsoft_row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .xdsoft_row:after {
        clear: both;
    }
}

@media (min-width: 768px) {
    .xdsoft_row:before,
    .xdsoft_row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .xdsoft_row:after {
        clear: both;
    }
}

@media (max-width: 767px) {
    .xdsoft_row > div[class*=xdsoft_col] {
        display: block;
        float: none;
        width: auto;
    }
}

.xdsoft_yandex_maps, .xdsoft_yandex_maps * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map_view {
    background-color: rgba(244, 246, 247, 0.38);
}

.map_view .xdsoft_map_box {
    position: relative;
}

.map_view .xdsoft_map_box,
.map_view .xdsoft_object_list_box {
    padding: 10px;
}

.map_view .xdsoft_object_list_box {
    -webkit-box-shadow: inset -11px -1px 21px -12px rgba(217, 217, 217, 0.47);
    -moz-box-shadow: inset -11px -1px 21px -12px rgba(217, 217, 217, 0.47);
    box-shadow: inset -11px -1px 21px -12px rgba(217, 217, 217, 0.47);
}

.map_description {
    margin-bottom: 20px;
}

.xdsoft_more_link {
    text-align: right;
    padding: 10px 0;
}

.xdsoft_select_category_box {
    text-align: right;
}

.xdsoft_object_list_box {
    padding-right: 10px;
}

.xdsoft_search_object_list {
    min-height: 36px;
}

.xdsoft_search_object_list_input,
.xdsoft_select_category_input,
.xdsoft_search_on_map_input {
    width: 220px;
    max-width: 100%;
    height: 28px !important;
    padding: 4px 6px;
    font-size: 13px;
    color: #555;
    border-radius: 0 !important;
    vertical-align: middle;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #E1E1E1 !important;
}

.xdsoft_search_object_list_input {
    width: 100%;
}

.xdsoft_search_object_list_input, .xdsoft_search_on_map_input {
    background: url(/media/com_yandex_maps/css/../images/search.png) no-repeat 5px 4px !important;
    padding-left: 24px !important;
    background-color: #fff !important;
}

.xdsoft_search_object_list_input:focus {
    outline: none;
}

.xdsoft_search_object_pagination {
    text-align: center;
    margin-bottom: 5px;
}

ul + .xdsoft_search_object_pagination {
    margin-top: 5px;
}

.xdsoft_search_object_pagination a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    margin-right: 0;
    background-color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.xdsoft_search_object_pagination a span {
    position: relative;
    top: -2px;
}

.xdsoft_search_object_pagination a:hover {
    text-decoration: underline;
}

.xdsoft_search_object_pagination a.active:hover {
    text-decoration: none;
}

.xdsoft_search_object_pagination a:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.xdsoft_search_object_pagination a:last-child {
    border-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.xdsoft_search_object_pagination a:active, .xdsoft_search_object_pagination a.active {
    background-color: #eee;
    color: #ccc;
}

.xdsoft_object_list, .xdsoft_category_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xdsoft_category_list .xdsoft_object_list {
    padding-left: 5px;
}

.xdsoft_object_list > div, .xdsoft_category_list > div {
    line-height: 18px;
}

.xdsoft_object_list > div > a,
.xdsoft_category_list > div > a {
    padding: 5px;
    display: block;
    color: #005580;
    text-decoration: none;
}

.xdsoft_category_list > div > a {
    color: #555580;
    font-weight: 700;
}

.xdsoft_object_list > div > a:hover, .xdsoft_object_list > div > a:focus,
.xdsoft_category_list > div > a:hover, .xdsoft_category_list > div > a:focus {
    background-color: #eee;
    text-decoration: none;
}

.xdsoft_items_list {
    margin-top: 20px;
}

.xdsoft_item_intro {
    padding: 20px 20px 20px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 10px;
}

.xdsoft_items_list > .xdsoft_item_intro:nth-child(odd) {
    background-color: rgba(244, 246, 247, 0.43);
}

.xdsoft_map {
    border: 1px solid rgba(220, 220, 220, 0.27);
}

.xdsoft_map.xdsoft_show_gif_loader {
    background: url(/media/com_yandex_maps/css/../images/preloader.gif) no-repeat center center;
}

.xdsoft_list_object_items > div.items_box > a {
    display: block;
    padding: 5px;
    color: #005580;
    text-decoration: none;
    cursor: pointer;
}

.xdsoft_list_object_items > div.items_box > a:hover, .xdsoft_list_object_items > div.items_box > a:focus {
    background-color: #eee;
    text-decoration: none;
}

.xdsoft_list_object_items > div.items_box > a.category_item {
    font-size: 1.2em;
    color: #717171;
    position: relative;
    left: -1px;
}

.xdsoft_navigate_box > div {
    float: left;
}

.xdsoft_yandex_maps .xdsoft_hidden {
    display: none !important;
}

.xdsoft_organization {
    margin-bottom: 10px;
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
}

.xdsoft_organization > div.description_organization {
    margin-left: 10px;
}

.xdsoft_btn_add_box {
    padding-top: 10px;
}

.xdsoft_filter {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 4;
    padding: 10px;
    color: #000;
    top: 50%;
    margin-top: -105px;
    min-height: 210px;

    -webkit-box-shadow: 1px 0 5px 0 rgba(37, 50, 50, 0.29);
    -moz-box-shadow: 1px 0 5px 0 rgba(37, 50, 50, 0.29);
    box-shadow: 1px 0 5px 0 rgba(37, 50, 50, 0.29);
    text-align: left;
    overflow: visible;
}

.xdsoft_filter.xdsoft_filter_horizontal .xdsoft_filter_items {
    vertical-align: top;
}

.xdsoft_filter.xdsoft_filter_horizontal .xdsoft_filter_item,
.xdsoft_filter.xdsoft_filter_horizontal .xdsoft_filter_element {
    display: inline-block;
    vertical-align: top;
}

.xdsoft_filter_item label {
    display: flex;
    align-items: baseline;
}

.xdsoft_filter h4 {
    margin-top: 0;
}

.xdsoft_filter .hide_panel {
    display: inline-block;
}

.xdsoft_filter_2 {
    left: auto;
    right: 0;
}

.xdsoft_filter_3 {
    width: 100%;
    margin-top: 0 !important;
    top: auto;
    bottom: 0;
}

.xdsoft_filter_4 {
    width: 100%;
    margin-top: 0 !important;
    top: 0;
}

.xdsoft_navigate_box + .xdsoft_filter_4 {
    top: 50px;
}

.xdsoft_filter_4.xdsoft_filter.filterhide {
    margin-top: 10px !important;
}

.xdsoft_navigate_box + .xdsoft_filter_4.xdsoft_filter.filterhide {
    margin-top: 0 !important;
}


.xdsoft_filter_6,
.xdsoft_filter_5 {
    position: static;
    margin-top: 10px !important;
    height: auto !important;
    overflow-y: initial;
    box-shadow: none;
    background: transparent;
    padding-left: 5px;
}

.xdsoft_filter_7,
.xdsoft_filter_8 {
    position: static;
    margin-top: 10px !important;
    height: auto !important;
    overflow-y: initial;
    box-shadow: none;
    background: transparent;
    padding-left: 5px;
}

.xdsoft_filter input {
    margin: 0 !important;
    margin-right: 5px !important;
    position: relative;
    top: 2px;
}

.xdsoft_filter.filterhide {
    width: 20px;
    height: 20px !important;
    min-height: 20px !important;
    margin-top: -10px !important;
    margin-left: 12px;
    padding: 0;
    background: #fff;
}

.xdsoft_filter table td {
    vertical-align: middle;
    text-align: left;
}

.xdsoft_filter.filterhide > div :not(a) {
    display: none;
}

.xdsoft_filter.filterhide a {
    display: block;
    padding: 0;
    background: url(/media/com_yandex_maps/css/../images/open.png) no-repeat center center;
    width: 20px;
    height: 20px;
    margin: auto;
}

.xdsoft_filter.filterhide a span {
    display: none;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .map_view {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 10;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .map_view .xdsoft_map_box {
    padding: 0;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .map_view .xdsoft_map {
    height: 100% !important;
}

.xdsoft_yandex_maps.xdsoft_map_with_navigate.xdsoft_fullscreen .map_view .xdsoft_map {
    height: calc(100% - 37px) !important;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .xdsoft_object_list_box {
    height: 100%;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .map_view .xdsoft_map_box {
    position: relative;
    height: 100%;
}


.xdm_wg_sidebar {
    position: absolute;
    width: 0;
    z-index: 200;
}

.xdm_wg_sidebar_view {
    position: relative;
    width: 332px;
    min-height: 40px;
    margin-left: -332px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .2);
    background: #fff;
    height: 100%;
}

/* свернутый виджет */
.xdm_wg_sidebar._collapsed .xdm_wg_sidebar_view {
    height: auto;
}

/* справа */
.xdm_wg_sidebar.xdm_wg_position1 {
    top: 30px;
    bottom: 30px;
    right: 16px;
}

/* справа */
.xdm_wg_sidebar.xdm_wg_position2 {
    top: 30px;
    bottom: 30px;
    left: 16px
}

.xdm_wg_sidebar.xdm_wg_position2 .xdm_wg_sidebar_view {
    margin-left: 0;
}

.xdsoft_navigate_box + .xdm_wg_sidebar.xdm_wg_position1,
.xdsoft_navigate_box + .xdm_wg_sidebar.xdm_wg_position2 {
    top: 60px;
}


/* внизу */
.xdm_wg_sidebar.xdm_wg_position3 {
    bottom: 5px;
    left: 50%
}

.xdm_wg_sidebar.xdm_wg_position3 .xdm_wg_sidebar_view {
    width: 600px;
    margin-left: -300px;
    max-height: 300px;
}

/* вверху */
.xdm_wg_sidebar.xdm_wg_position4 {
    top: 5px;
    left: 50%
}

.xdm_wg_sidebar.xdm_wg_position4 .xdm_wg_sidebar_view {
    width: 600px;
    margin-left: -300px;
    max-height: 300px;
}


.xdm_wg_sidebar.xdm_wg_position3 .xdm_wg_wrapper_scroller,
.xdm_wg_sidebar.xdm_wg_position4 .xdm_wg_wrapper_scroller {
    font-size: 0;
}

.xdm_wg_sidebar.xdm_wg_position3 .xdm_result_count,
.xdm_wg_sidebar.xdm_wg_position4 .xdm_result_count {
    position: absolute;
    top: -2px;
    left: 30px;
    font-size: 13px;
    border: none;
}

.xdm_wg_sidebar.xdm_wg_position3 .xdm_wg_wrapper_scroller,
.xdm_wg_sidebar.xdm_wg_position4 .xdm_wg_wrapper_scroller {

}

.xdm_wg_sidebar.xdm_wg_position3 .xdm_wg_item_view,
.xdm_wg_sidebar.xdm_wg_position4 .xdm_wg_item_view {
    font-size: 13px;
    height: 100%;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    border: none !important;
}

.xdm_wg_sidebar._hidden {
    display: none;
}

.xdm_wg_sidebar_content {
    overflow: hidden;
    transition: all 1.3s linear;
    height: 100%;
}

.xdm_wg_sidebar._collapsed .xdm_wg_sidebar_content {
    max-height: 40px;
}

.xdm_wg_close {
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    margin: 7px;
    cursor: pointer;
    opacity: .4;
    right: 0;
    background: url(/media/com_yandex_maps/css/../images/close.svg) center center no-repeat;
}

.xdm_wg_expand, .xdm_wg_collapse {
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    margin: 7px;
    cursor: pointer;
    opacity: .4;
    right: 30px;
    background: url(/media/com_yandex_maps/css/../images/rollup.svg) center center no-repeat;
}

.xdm_wg_sidebar._collapsed .xdm_wg_collapse {
    display: none;
}

.xdm_wg_header {
    background: url(/media/com_yandex_maps/css/../images/point.svg) 14px center no-repeat;
    position: relative;
    white-space: nowrap;
    padding-left: 60px;
    user-select: none;
}

.xdm_wg_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.xdm_wg_wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: solid 1px #e0e0e0;
    padding-bottom: 10px;
    height: 100%;
}

.xdm_result_count {
    padding: 13px 16px;
    color: #999;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.xdm_wg_item_view + .xdm_wg_item_view {
    border-top: 1px solid rgba(75, 47, 26, 0.62);
}

.xdm_wg_item_view > a {
    display: block;
    text-decoration: none !important;
    color: #222222;
}

.xdm_wg_object_name {
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 40px;
    padding: 5px 10px;
    font-weight: 600;
}

.xdm_wg_description {
    padding: 5px 10px;
}

.xdm_wg_description th {
    text-align: left;
}

.xdm_wg_more {
    display: block;
    padding: 10px;
    text-align: right;
}

.xdm_wg_more:hover {
    text-decoration: underline;
}

.xdm_loading_indicator {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    height: 0;
    opacity: 0;
    transition: opacity .3s linear;
    transition-delay: .5s;
}

.xdm_wg_sidebar._show_loading .xdm_loading_indicator {
    height: 100%;
    opacity: 1;
}

.xdm_wg_sidebar._show_loading .xdm_loading_indicator.fix {
    height: 40px;
}

.xdm_loading_loading_text {
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

@-webkit-keyframes spinner-view-spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-view-spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.xdm_loading_loading_small {
    position: relative;
    animation-name: spinner-view-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
}

.xdm_loading_indicator .xdm_loading_loading_small {
    position: absolute;
    top: 20px;
    left: 20px;
    animation-play-state: paused;
}

.xdm_wg_sidebar._show_loading .xdm_loading_indicator .xdm_loading_loading_small {
    animation-play-state: running;
}

.xdm_loading_loading_small_circle::before {
    content: '';
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #fc0;
    position: absolute;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
}

.xdm_loading_loading_small_circle {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    height: 100%;
}

.xdsoft_object_description_ballon {
    overflow: auto;
    max-height: 100%;
}

.xdsoft_filter_items {
    overflow: auto;
}

.xdsoft_filter_item {

}

.xdsoft_filter_item .xdsoft_filter_element {
    margin-bottom: 10px;
}


.xdsoft_circle_ballon {
    margin-left: -9px;
    margin-top: -27px;
    width: 23px;
    height: 27px;
    display: inline-block;
    background: url(/media/com_yandex_maps/css/../images/map-marker.png) no-repeat center center;
    position: relative;
    z-index: 100000;
}

.xdsoft_circle_ballon.xdsoft_circle_ballon_simple {
    background: none;
    margin-top: 0;
}

.xdsoft_circle_ballon .xdsoft_circle_ballon_clowd {
    height: 60px;
    width: 60px;
    display: inline-block;
    position: absolute;
    background-color: #f6f6f6;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    bottom: 120%;
    margin-left: -22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
}

/*.xdsoft_circle_ballon .xdsoft_circle_ballon_hint {
    position: absolute;
    width: 125px;
    text-align: center;
    margin: -105px 0 0 -35px;
    display: none;
    background-color: #000;
    color: #fff;
    line-height: 1.2;
    border-radius: 7px;
    opacity: 0.8;
    padding: 5px;
}
.xdsoft_circle_ballon .xdsoft_circle_ballon_hint:after {
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -7px 7px -2px 48px;
    background-color: #000;
    z-index: -1;
}
.xdsoft_circle_ballon:hover .xdsoft_circle_ballon_hint {
    display: block;
}*/

.xdsoft_circle_ballon .xdsoft_circle_ballon_clowd_triangle {
    width: 0;
    height: 0;
    border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
    border-left: 0 solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid #fff !important;
    position: absolute;
    left: 50%;
    margin-left: 5px;
    bottom: -10px;
}



/* --------- /media/com_yandex_maps/css/custom.css --------- */


/* --------- /media/com_yandex_maps/css/frontend.css --------- */
.xdsoft_col1 {
    width: 8.33333%;
}

.xdsoft_col2 {
    width: 16.66666666666667%;
}

.xdsoft_col3 {
    width: 25%;
}

.xdsoft_col4 {
    width: 33.33333%;
}

.xdsoft_col5 {
    width: 41.66666666666667%;
}

.xdsoft_col6 {
    width: 50%;
}

.xdsoft_col7 {
    width: 58.333333333333336%;
}

.xdsoft_col8 {
    width: 66.666666%;
}

.xdsoft_col9 {
    width: 75%;
}

.xdsoft_col10 {
    width: 83.333333%;
}

.xdsoft_col11 {
    width: 91.666666%;
}

.xdsoft_col12 {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .xdsoft_col1,
    .xdsoft_col2,
    .xdsoft_col3,
    .xdsoft_col4,
    .xdsoft_col5,
    .xdsoft_col6,
    .xdsoft_col7,
    .xdsoft_col8,
    .xdsoft_col9,
    .xdsoft_col10,
    .xdsoft_col11, .xdsoft_col12 {
        width: auto;
    }
}

.xdsoft_row > div[class*=xdsoft_col] {
    float: left;
}

@media (min-width: 1200px) {
    .xdsoft_row:before,
    .xdsoft_row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .xdsoft_row:after {
        clear: both;
    }
}

@media (min-width: 768px) {
    .xdsoft_row:before,
    .xdsoft_row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .xdsoft_row:after {
        clear: both;
    }
}

@media (max-width: 767px) {
    .xdsoft_row > div[class*=xdsoft_col] {
        display: block;
        float: none;
        width: auto;
    }
}

.xdsoft_yandex_maps, .xdsoft_yandex_maps * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map_view {
    background-color: rgba(244, 246, 247, 0.38);
}

.map_view .xdsoft_map_box {
    position: relative;
}

.map_view .xdsoft_map_box,
.map_view .xdsoft_object_list_box {
    padding: 10px;
}

.map_view .xdsoft_object_list_box {
    -webkit-box-shadow: inset -11px -1px 21px -12px rgba(217, 217, 217, 0.47);
    -moz-box-shadow: inset -11px -1px 21px -12px rgba(217, 217, 217, 0.47);
    box-shadow: inset -11px -1px 21px -12px rgba(217, 217, 217, 0.47);
}

.map_description {
    margin-bottom: 20px;
}

.xdsoft_more_link {
    text-align: right;
    padding: 10px 0;
}

.xdsoft_select_category_box {
    text-align: right;
}

.xdsoft_object_list_box {
    padding-right: 10px;
}

.xdsoft_search_object_list {
    min-height: 36px;
}

.xdsoft_search_object_list_input,
.xdsoft_select_category_input,
.xdsoft_search_on_map_input {
    width: 220px;
    max-width: 100%;
    height: 28px !important;
    padding: 4px 6px;
    font-size: 13px;
    color: #555;
    border-radius: 0 !important;
    vertical-align: middle;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #E1E1E1 !important;
}

.xdsoft_search_object_list_input {
    width: 100%;
}

.xdsoft_search_object_list_input, .xdsoft_search_on_map_input {
    background: url(/media/com_yandex_maps/css/../images/search.png) no-repeat 5px 4px !important;
    padding-left: 24px !important;
    background-color: #fff !important;
}

.xdsoft_search_object_list_input:focus {
    outline: none;
}

.xdsoft_search_object_pagination {
    text-align: center;
    margin-bottom: 5px;
}

ul + .xdsoft_search_object_pagination {
    margin-top: 5px;
}

.xdsoft_search_object_pagination a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    margin-right: 0;
    background-color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.xdsoft_search_object_pagination a span {
    position: relative;
    top: -2px;
}

.xdsoft_search_object_pagination a:hover {
    text-decoration: underline;
}

.xdsoft_search_object_pagination a.active:hover {
    text-decoration: none;
}

.xdsoft_search_object_pagination a:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.xdsoft_search_object_pagination a:last-child {
    border-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.xdsoft_search_object_pagination a:active, .xdsoft_search_object_pagination a.active {
    background-color: #eee;
    color: #ccc;
}

.xdsoft_object_list, .xdsoft_category_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xdsoft_category_list .xdsoft_object_list {
    padding-left: 5px;
}

.xdsoft_object_list > div, .xdsoft_category_list > div {
    line-height: 18px;
}

.xdsoft_object_list > div > a,
.xdsoft_category_list > div > a {
    padding: 5px;
    display: block;
    color: #005580;
    text-decoration: none;
}

.xdsoft_category_list > div > a {
    color: #555580;
    font-weight: 700;
}

.xdsoft_object_list > div > a:hover, .xdsoft_object_list > div > a:focus,
.xdsoft_category_list > div > a:hover, .xdsoft_category_list > div > a:focus {
    background-color: #eee;
    text-decoration: none;
}

.xdsoft_items_list {
    margin-top: 20px;
}

.xdsoft_item_intro {
    padding: 20px 20px 20px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 10px;
}

.xdsoft_items_list > .xdsoft_item_intro:nth-child(odd) {
    background-color: rgba(244, 246, 247, 0.43);
}

.xdsoft_map {
    border: 1px solid rgba(220, 220, 220, 0.27);
}

.xdsoft_map.xdsoft_show_gif_loader {
    background: url(/media/com_yandex_maps/css/../images/preloader.gif) no-repeat center center;
}

.xdsoft_list_object_items > div.items_box > a {
    display: block;
    padding: 5px;
    color: #005580;
    text-decoration: none;
    cursor: pointer;
}

.xdsoft_list_object_items > div.items_box > a:hover, .xdsoft_list_object_items > div.items_box > a:focus {
    background-color: #eee;
    text-decoration: none;
}

.xdsoft_list_object_items > div.items_box > a.category_item {
    font-size: 1.2em;
    color: #717171;
    position: relative;
    left: -1px;
}

.xdsoft_navigate_box > div {
    float: left;
}

.xdsoft_yandex_maps .xdsoft_hidden {
    display: none !important;
}

.xdsoft_organization {
    margin-bottom: 10px;
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
}

.xdsoft_organization > div.description_organization {
    margin-left: 10px;
}

.xdsoft_btn_add_box {
    padding-top: 10px;
}

.xdsoft_filter {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 4;
    padding: 10px;
    color: #000;
    top: 50%;
    margin-top: -105px;
    min-height: 210px;

    -webkit-box-shadow: 1px 0 5px 0 rgba(37, 50, 50, 0.29);
    -moz-box-shadow: 1px 0 5px 0 rgba(37, 50, 50, 0.29);
    box-shadow: 1px 0 5px 0 rgba(37, 50, 50, 0.29);
    text-align: left;
    overflow: visible;
}

.xdsoft_filter.xdsoft_filter_horizontal .xdsoft_filter_items {
    vertical-align: top;
}

.xdsoft_filter.xdsoft_filter_horizontal .xdsoft_filter_item,
.xdsoft_filter.xdsoft_filter_horizontal .xdsoft_filter_element {
    display: inline-block;
    vertical-align: top;
}

.xdsoft_filter_item label {
    display: flex;
    align-items: baseline;
}

.xdsoft_filter h4 {
    margin-top: 0;
}

.xdsoft_filter .hide_panel {
    display: inline-block;
}

.xdsoft_filter_2 {
    left: auto;
    right: 0;
}

.xdsoft_filter_3 {
    width: 100%;
    margin-top: 0 !important;
    top: auto;
    bottom: 0;
}

.xdsoft_filter_4 {
    width: 100%;
    margin-top: 0 !important;
    top: 0;
}

.xdsoft_navigate_box + .xdsoft_filter_4 {
    top: 50px;
}

.xdsoft_filter_4.xdsoft_filter.filterhide {
    margin-top: 10px !important;
}

.xdsoft_navigate_box + .xdsoft_filter_4.xdsoft_filter.filterhide {
    margin-top: 0 !important;
}


.xdsoft_filter_6,
.xdsoft_filter_5 {
    position: static;
    margin-top: 10px !important;
    height: auto !important;
    overflow-y: initial;
    box-shadow: none;
    background: transparent;
    padding-left: 5px;
}

.xdsoft_filter_7,
.xdsoft_filter_8 {
    position: static;
    margin-top: 10px !important;
    height: auto !important;
    overflow-y: initial;
    box-shadow: none;
    background: transparent;
    padding-left: 5px;
}

.xdsoft_filter input {
    margin: 0 !important;
    margin-right: 5px !important;
    position: relative;
    top: 2px;
}

.xdsoft_filter.filterhide {
    width: 20px;
    height: 20px !important;
    min-height: 20px !important;
    margin-top: -10px !important;
    margin-left: 12px;
    padding: 0;
    background: #fff;
}

.xdsoft_filter table td {
    vertical-align: middle;
    text-align: left;
}

.xdsoft_filter.filterhide > div :not(a) {
    display: none;
}

.xdsoft_filter.filterhide a {
    display: block;
    padding: 0;
    background: url(/media/com_yandex_maps/css/../images/open.png) no-repeat center center;
    width: 20px;
    height: 20px;
    margin: auto;
}

.xdsoft_filter.filterhide a span {
    display: none;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .map_view {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 10;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .map_view .xdsoft_map_box {
    padding: 0;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .map_view .xdsoft_map {
    height: 100% !important;
}

.xdsoft_yandex_maps.xdsoft_map_with_navigate.xdsoft_fullscreen .map_view .xdsoft_map {
    height: calc(100% - 37px) !important;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .xdsoft_object_list_box {
    height: 100%;
}

.xdsoft_yandex_maps.xdsoft_fullscreen .map_view .xdsoft_map_box {
    position: relative;
    height: 100%;
}


.xdm_wg_sidebar {
    position: absolute;
    width: 0;
    z-index: 200;
}

.xdm_wg_sidebar_view {
    position: relative;
    width: 332px;
    min-height: 40px;
    margin-left: -332px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .2);
    background: #fff;
    height: 100%;
}

/* свернутый виджет */
.xdm_wg_sidebar._collapsed .xdm_wg_sidebar_view {
    height: auto;
}

/* справа */
.xdm_wg_sidebar.xdm_wg_position1 {
    top: 30px;
    bottom: 30px;
    right: 16px;
}

/* справа */
.xdm_wg_sidebar.xdm_wg_position2 {
    top: 30px;
    bottom: 30px;
    left: 16px
}

.xdm_wg_sidebar.xdm_wg_position2 .xdm_wg_sidebar_view {
    margin-left: 0;
}

.xdsoft_navigate_box + .xdm_wg_sidebar.xdm_wg_position1,
.xdsoft_navigate_box + .xdm_wg_sidebar.xdm_wg_position2 {
    top: 60px;
}


/* внизу */
.xdm_wg_sidebar.xdm_wg_position3 {
    bottom: 5px;
    left: 50%
}

.xdm_wg_sidebar.xdm_wg_position3 .xdm_wg_sidebar_view {
    width: 600px;
    margin-left: -300px;
    max-height: 300px;
}

/* вверху */
.xdm_wg_sidebar.xdm_wg_position4 {
    top: 5px;
    left: 50%
}

.xdm_wg_sidebar.xdm_wg_position4 .xdm_wg_sidebar_view {
    width: 600px;
    margin-left: -300px;
    max-height: 300px;
}


.xdm_wg_sidebar.xdm_wg_position3 .xdm_wg_wrapper_scroller,
.xdm_wg_sidebar.xdm_wg_position4 .xdm_wg_wrapper_scroller {
    font-size: 0;
}

.xdm_wg_sidebar.xdm_wg_position3 .xdm_result_count,
.xdm_wg_sidebar.xdm_wg_position4 .xdm_result_count {
    position: absolute;
    top: -2px;
    left: 30px;
    font-size: 13px;
    border: none;
}

.xdm_wg_sidebar.xdm_wg_position3 .xdm_wg_wrapper_scroller,
.xdm_wg_sidebar.xdm_wg_position4 .xdm_wg_wrapper_scroller {

}

.xdm_wg_sidebar.xdm_wg_position3 .xdm_wg_item_view,
.xdm_wg_sidebar.xdm_wg_position4 .xdm_wg_item_view {
    font-size: 13px;
    height: 100%;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    border: none !important;
}

.xdm_wg_sidebar._hidden {
    display: none;
}

.xdm_wg_sidebar_content {
    overflow: hidden;
    transition: all 1.3s linear;
    height: 100%;
}

.xdm_wg_sidebar._collapsed .xdm_wg_sidebar_content {
    max-height: 40px;
}

.xdm_wg_close {
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    margin: 7px;
    cursor: pointer;
    opacity: .4;
    right: 0;
    background: url(/media/com_yandex_maps/css/../images/close.svg) center center no-repeat;
}

.xdm_wg_expand, .xdm_wg_collapse {
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    margin: 7px;
    cursor: pointer;
    opacity: .4;
    right: 30px;
    background: url(/media/com_yandex_maps/css/../images/rollup.svg) center center no-repeat;
}

.xdm_wg_sidebar._collapsed .xdm_wg_collapse {
    display: none;
}

.xdm_wg_header {
    background: url(/media/com_yandex_maps/css/../images/point.svg) 14px center no-repeat;
    position: relative;
    white-space: nowrap;
    padding-left: 60px;
    user-select: none;
}

.xdm_wg_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.xdm_wg_wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: solid 1px #e0e0e0;
    padding-bottom: 10px;
    height: 100%;
}

.xdm_result_count {
    padding: 13px 16px;
    color: #999;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.xdm_wg_item_view + .xdm_wg_item_view {
    border-top: 1px solid rgba(75, 47, 26, 0.62);
}

.xdm_wg_item_view > a {
    display: block;
    text-decoration: none !important;
    color: #222222;
}

.xdm_wg_object_name {
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 40px;
    padding: 5px 10px;
    font-weight: 600;
}

.xdm_wg_description {
    padding: 5px 10px;
}

.xdm_wg_description th {
    text-align: left;
}

.xdm_wg_more {
    display: block;
    padding: 10px;
    text-align: right;
}

.xdm_wg_more:hover {
    text-decoration: underline;
}

.xdm_loading_indicator {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    height: 0;
    opacity: 0;
    transition: opacity .3s linear;
    transition-delay: .5s;
}

.xdm_wg_sidebar._show_loading .xdm_loading_indicator {
    height: 100%;
    opacity: 1;
}

.xdm_wg_sidebar._show_loading .xdm_loading_indicator.fix {
    height: 40px;
}

.xdm_loading_loading_text {
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

@-webkit-keyframes spinner-view-spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-view-spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.xdm_loading_loading_small {
    position: relative;
    animation-name: spinner-view-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
}

.xdm_loading_indicator .xdm_loading_loading_small {
    position: absolute;
    top: 20px;
    left: 20px;
    animation-play-state: paused;
}

.xdm_wg_sidebar._show_loading .xdm_loading_indicator .xdm_loading_loading_small {
    animation-play-state: running;
}

.xdm_loading_loading_small_circle::before {
    content: '';
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #fc0;
    position: absolute;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
}

.xdm_loading_loading_small_circle {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    height: 100%;
}

.xdsoft_object_description_ballon {
    overflow: auto;
    max-height: 100%;
}

.xdsoft_filter_items {
    overflow: auto;
}

.xdsoft_filter_item {

}

.xdsoft_filter_item .xdsoft_filter_element {
    margin-bottom: 10px;
}


.xdsoft_circle_ballon {
    margin-left: -9px;
    margin-top: -27px;
    width: 23px;
    height: 27px;
    display: inline-block;
    background: url(/media/com_yandex_maps/css/../images/map-marker.png) no-repeat center center;
    position: relative;
    z-index: 100000;
}

.xdsoft_circle_ballon.xdsoft_circle_ballon_simple {
    background: none;
    margin-top: 0;
}

.xdsoft_circle_ballon .xdsoft_circle_ballon_clowd {
    height: 60px;
    width: 60px;
    display: inline-block;
    position: absolute;
    background-color: #f6f6f6;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    bottom: 120%;
    margin-left: -22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
}

/*.xdsoft_circle_ballon .xdsoft_circle_ballon_hint {
    position: absolute;
    width: 125px;
    text-align: center;
    margin: -105px 0 0 -35px;
    display: none;
    background-color: #000;
    color: #fff;
    line-height: 1.2;
    border-radius: 7px;
    opacity: 0.8;
    padding: 5px;
}
.xdsoft_circle_ballon .xdsoft_circle_ballon_hint:after {
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -7px 7px -2px 48px;
    background-color: #000;
    z-index: -1;
}
.xdsoft_circle_ballon:hover .xdsoft_circle_ballon_hint {
    display: block;
}*/

.xdsoft_circle_ballon .xdsoft_circle_ballon_clowd_triangle {
    width: 0;
    height: 0;
    border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
    border-left: 0 solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid #fff !important;
    position: absolute;
    left: 50%;
    margin-left: 5px;
    bottom: -10px;
}



/* --------- /media/com_yandex_maps/js/dialog/jquery.dialog.css --------- */
/**
 * @preserve jQuery Dialog plugin v1.0.0
 * @homepage http://xdsoft.net/jqplugins/dialog/
 * (c) 2014, Chupurnov Valeriy <chupurnov@gmail.com>
 */
.xdsoft_dialog_overlay,.xdsoft_dialog_overlay *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.xdsoft_overlay_lock { 
overflow: visible !important;
width: auto;
}
.xdsoft_overlay_lock_offset{
	margin-right: 17px;
}
.xdsoft_overlay_lock body { 
overflow: hidden !important;
}
.xdsoft_dialog_overlay{
	font-family: Arial, sans-serif;
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    z-index:10;
    background-color: rgba(95, 157, 196, 0.7);
    display: none;
}

.xdsoft_dialog_overlay:not(.xdsoft_modal){
	 left: 50%;
	 width: 0;
	 overflow: visible;
}

.xdsoft_dialog_overlay:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.xdsoft_dialog_overlay .xdsoft_dialog{
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    background: #ddd;
    padding: 7px !important;
    border-radius:5px;
    color:#666;
    border-radius: 3px
    font-family: Arial, sans-serif;
    position:relative;
}

.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_content{
	padding: 10px;
	margin: 0em;
	background: #fcfcfc;
	border: 1px solid #ccc;
	font-size: 12px;
	border-bottom: 1px;
	padding-bottom: 0;
	min-height: 70px;
	min-width: 250px;
}
.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_content img{
	vertical-align: middle;
}
.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_close{
	font-size: 21px;
	width:21px;
	height:21px;
	right:10px;
	top:12px;

	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	letter-spacing: normal;
	word-spacing: normal;
	position: absolute;
	text-align: center;
	text-decoration: none;
	background-color: #eee;
	cursor: default;
}
.xdsoft_dialog_overlay .xdsoft_dialog  .xdsoft_dialog_popup_title .xdsoft_close{
	top:50%;
	margin-top:-10px;
}
.xdsoft_dialog_overlay .xdsoft_dialog  .xdsoft_close:hover{
	filter: alpha(opacity=70);
	opacity: .7;
}
.xdsoft_dialog_overlay .xdsoft_dialog  .xdsoft_close:active{
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_popup_title {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #333;
	background-color: #eee;
	border: solid 1px #ccc;
	cursor: default;
	padding: 10px;
	padding-right: 34px;
	margin: 0em;
	position: relative;
	border-bottom: 0;
}
.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_buttons{
	background: #fcfcfc;
	border: 1px solid #ccc;
	border-top: 0;
	text-align: center;
	min-height: 11px;
	padding: 0px 10px;
}

.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_buttons .xdsoft_btn {
	background: #eee;
	border:  1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: .875em;
	height: 36px;
	padding: 8px 24px;
	transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
	margin-right:5px;
	text-shadow: 1px 1px #f7f7f7;
	color: #333;
	outline: 0 !important;
	margin-top:10px;
	margin-bottom:10px;
}

.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_buttons .xdsoft_btn.xdsoft_primary{
	border: 1px solid #333;
	background: #333;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
}

.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_buttons .xdsoft_btn:last-child {
	margin-right:0px;
}
.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_buttons .xdsoft_btn:hover {
	background-color: #ddd;
	border: 1px solid #bbb;
}

.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_buttons .xdsoft_btn.xdsoft_primary:hover{
	background-color: #535353;
	border: 1px solid #0C0C0C;
}

.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_buttons .xdsoft_btn:active {
	background: rgb(252, 252, 252);
}
.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_buttons .xdsoft_btn.xdsoft_primary:active {
	background-color: #817D7D;
	border: 1px solid #0C0C0C;
}

.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_content input.xdsoft_prompt{
	display: black;
	width:100%;
	border:1px solid #ccc;
	padding:8px 7px;
	margin:3px 0px;
	outline:0 !important;
}
.xdsoft_dialog_overlay .xdsoft_dialog .xdsoft_dialog_content .xdsoft_waiter{
height: 40px;
background: url(/media/com_yandex_maps/js/dialog/loader.gif) no-repeat center center;
}

/* --------- /templates/sibalt/libs/fancybox/fancybox.min.css --------- */
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}