

/* Start:/local/js/marimedia/legacy/tourism/index/dist/css/style_tourism.css?17630612545507*/
.tabs{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-left: 1px solid #dee1e8;
    border-bottom: 1px solid #dee1e8;
    clear: both;
}
.tabs .tab{
    position: relative;
    top: 1px;
    display: inline-block;
    box-sizing: border-box;
    height: 54px;
    padding: 15px 30px 20px;
    font: 14px Verdana;
    color: #214e99;
    background-color: #f6f6f6;
    border: 1px solid #dee1e8;
    border-width: 1px 1px 1px 0;
    float: left;
    cursor: pointer;
}
.tabs .tab.active{
    border-bottom: none;
    color: #444444;
    background-color: #fff;
    cursor: default;
}
.tabs .tab .ico{
    display: block;
    width: 20px;
    height: 21px;
    margin-right: 10px;
    background: url("/local/js/marimedia/legacy/tourism/index/dist/css/../images/tourism-tabs-ico.png") no-repeat scroll 0 0;
    float: left;
}
.tabs .tab-1 .ico{
    background-position: 0 0;
}
.tabs .tab-2 .ico{
    background-position: 0 -22px;
}
.tabs .tab-3 .ico{
    background-position: 0 -44px;
}
.tabs .tab-1.active .ico{
    background-position: -21px 0;
}
.tabs .tab-2.active .ico{
    background-position: -21px -22px;
}
.tabs .tab-3.active .ico{
    background-position: -21px -44px;
}

.content-with-map{
    width: 100%;
    position: relative;
    border: 1px solid #cdcdcd;
}

.categories-list{
    position: relative;
    display: none;
    width: 298px;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.categories-list .head-item{
    padding: 10px 0 10px 10px;
    font: 16px verdana;
    color: #004d9d;
    border-bottom: 1px dotted #cdcdcd;
}

.route-list{
    position: relative;
    width: 298px;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.route-list .head-item{
    padding: 10px 0 10px 10px;
    font: 16px verdana;
    color: #004d9d;
    border-bottom: 1px dotted #cdcdcd;
}

.categories-list > .baron, .route-list > .baron{
    height: calc(100vh - 170px);
    min-height: 500px;
}

.items li.active .baron{
    box-sizing: border-box;
    padding-bottom: 10px;
}

.items{
    padding-bottom: 15px;
}
.items .title{
    display: inline-block;
    margin: 7px 0 10px 10px;
    font: 12px Verdana;
    line-height: 14px;
    color: #004d9d;
    border-bottom: 1px dotted #004d9d;
}
.items .places{
    /*display: none;*/
    /*height: 0;*/
    font-size: 10px;
    color: #d46900;
    list-style: none;
    overflow: hidden;
}
.items li.active .places{
    /*height: auto;*/
    display: block;
}
.items li{
    position: relative;
    cursor: pointer;
}
.items > li {
	padding-left: 0!important;
}
.items > li:before{
	display: none;
}
.items .color-mark{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 28px;
}
.items .places li:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    display: block;
    width: 2px;
    height: 2px;
    background-color: #d46900;
    border: 1px solid #d46900;
    border-radius: 5px;
}
.items .places li{
    position: relative;
    padding: 7px 15px 7px 12px;
    cursor: pointer;
}
.items .places li.active{
    background-color: #ecf0f7;
}
.items .places > li{
	padding-left: 12px!important;
}
.items .places > li:before{
	content: "";
	position: absolute;
	top: 13px!important;
	left: 10px!important;
	display: block;
	width: 2px!important;
	height: 2px!important;
	background-color: #d46900!important;
	border: 1px solid #d46900;
	border-radius: 5px!important;
}
.items .places .name{
    display: block;
    /*margin-top: -13px;*/
    padding: 0 0 0 10px;
    font: 12px Verdana;
    color: #0776de;
    clear: both;
}
.items .places .adress{
    display: block;
    padding: 0 0 0 10px;
    font: 11px Verdana;
    color: #9a9a9a;
}

.map{
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    width: calc(100% - 298px);
    height: 100%;
    float: right;
}
#ymap{
    width: 100%;
    height: 100%;
}

.way-point-balloon{
    padding: 5px 15px 5px 5px;
    font-family: Verdana;
}
.way-point-balloon h3{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    clear: both;
}
.way-point-balloon .way-point-adress{
    margin-bottom: 10px;
    font-size: 11px;
    color: #808080;
    clear: both;
}
.way-point-balloon a{
    font-size: 11px;
    text-decoration: underline;
}
.way-point-balloon a:hover{
    text-decoration: none !important;
}
/*.way-point-balloon *{
    width: auto;
    height: auto;
}*/

[class*="transport-pin_tail_pedestrian"]{
    display: none !important;
}

.grant-info{
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 25px 45px;
    font-family: verdana;
    font-size: 12px;
    color: #777777;
    background-color: #f6f6f6;
    border-radius: 7px;
    clear: both;
}
.grant-info:before{
    content: 'i';
    position: absolute;
    top: 25px;
    left: 20px;
    display: block;
    width: 18px;
    height: 18px;
    font: 12px 'Time New Roman';
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #b3b2b2;
    border-radius: 18px;
}

ymaps ymaps[class$=-balloon__content] {
	position: relative;
	z-index: 1;
	display: block;
	min-width: 60px;
	height: 100%;
	min-height: 15px;
	margin: 0;
	padding: 10px 12px!important;
	background: #fff;
	font: 13px / 20px Arial, sans-serif;
	margin-right: 30px!important;
	padding-right: 0!important;
	border-radius: 0!important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

ymaps ymaps[class*=__close] {
	top: 12px!important;
}

.way-point-balloon p {
	margin: 0;
}

/* End */


/* Start:/local/js/marimedia/legacy/tourism/index/dist/css/baron-scroller/baron.css?1763061254907*/
.baron__clipper {
    position: relative;
    overflow: hidden;
}
.baron__scroller {
    overflow-y: scroll;
    -ms-overflow-style: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    /* remove line to customize scrollbar in iOs */
}
.baron__scroller::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.baron__track {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.baron._scrollbar .baron__track {
    display: block;
}
.baron__free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.baron__bar {
    display: none;
    position: absolute;
    right: 0;    
    z-index: 1;
    width: 10px;
    background: #999;
}
.baron._scrollbar .baron__bar {
    display: block;
}
.baron__control {
    display: none;
}
/* End */


/* Start:/local/js/marimedia/legacy/tourism/index/dist/css/baron-scroller/skins/styles.css?17630612546646*/
/* SIMPLE */
.baron._simple .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 10px;
    bottom: 10px;
    right: 5px;
    width: 8px;
    border-radius: 5px;
    background: #ddf;
    background: rgba(0, 0, 255, .1);
    pointer-events: none;
    }
.baron._simple._scrollbar .baron__track {
    opacity: 1;
    }
    .baron._simple .baron__bar {
        position: absolute;
        z-index: 1;
        width: 8px;
        border-radius: 3px;
        background: #987;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
        pointer-events: auto;
        }
    .baron._simple .baron__bar:hover {
        opacity: .8;
        }
    .baron._simple.baron .baron__bar {
        opacity: .6;
        }

/* Mac OS X */
.baron._macosx .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 2px;
    bottom: 2px;
    right: 2px;
    width: 0;
    }
.baron._macosx._scrollbar .baron__track {
    opacity: 1;
    }
    .baron._macosx .baron__bar {
        position: absolute;
        z-index: 1;
        width: 6px;
        border-radius: 3px;
        background: #333;
        opacity: 0;
        transition: .1s opacity .4s linear;
        pointer-events: auto;
        }
    .baron._dragging .baron__bar {
        /*opacity: 1;*/
        }
    .baron._macosx .baron__bar:hover,
    .baron._scrolling .baron__bar {
        transition-duration: 0s;
        transition-delay: 0s;
        opacity: .5;
        }

/* Windows XP */
.baron._winxp .baron__scroller {
    padding-right: 17px;
    }
.baron._winxp .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    overflow: hidden;
    background-image: linear-gradient(to right, #f2f1ec, #fdfef9);
    border: 1px solid #ecede5;
    }
.baron._winxp._scrollbar .baron__track {
    opacity: 1;
    }
    .baron._winxp .baron__control {
        display: block;
    }
    .baron._winxp .baron__control,
    .baron._winxp .baron__bar {
        border: 1px solid #f3ffff;
        box-shadow:
            1px 1px 1px #b7caf5 inset,
            1px 1px 1px #7b9fd3;
        border-radius: 3px;
        background-image: linear-gradient(to right, #c9d7fc, #baccf4);
        text-align: center;
        font-size: 8px;
        line-height: 14px;
        color: #4e6287;
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        }
    .baron._winxp .baron__control:hover,
    .baron._winxp .baron__bar:hover {
        background-image: linear-gradient(to right, #d9e7ff, #cadcff);
    }
    .baron._winxp .baron__up,
    .baron._winxp .baron__down {
        position: absolute;
        z-index: 1;
        width: 15px;
        height: 16px;
        box-sizing: border-box;
        }
    .baron._winxp .baron__up {
        top: 0;
        }
    .baron._winxp .baron__down {
        bottom: 0;
        }
    .baron._winxp .baron__free {
        position: absolute;
        top: 18px;
        bottom: 18px;
        right: 0;
        width: 0;
        }
    .baron._winxp .baron__bar {
        position: absolute;
        z-index: 1;
        width: 15px;
        box-sizing: border-box;
        border: 1px solid #f3ffff;
        box-shadow:
            1px 1px 1px #b7caf5 inset,
            1px 1px 1px #7b9fd3;
        border-radius: 3px;
        background-image: linear-gradient(to right, #c9d7fc, #baccf4);
        opacity: 1;
        -webkit-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
        pointer-events: auto;
        }
        .baron._winxp .baron__bar:before {
            content: '';
            position: absolute;
            top: 45%;
            left: 3px;
            width: 6px;
            height: 7px;
            z-index: 1;
            background-image: linear-gradient(
                    to bottom,
                    #f0f4ff 0px, #f0f4ff 1px,
                    rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px,
                    #f0f4ff 2px, #f0f4ff 3px,
                    rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 4px,
                    #f0f4ff 4px, #f0f4ff 5px,
                    rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 6px,
                    #f0f4ff 6px, #f0f4ff 7px,
                    rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 8px
                );
            }
        .baron._winxp .baron__bar:after {
            content: '';
            position: absolute;
            top: 47%;
            left: 4px;
            width: 6px;
            height: 7px;
            background-image: linear-gradient(
                    to bottom,
                    #8aaff6 0px, #8aaff6 1px,
                    rgba(138, 175, 246, 0) 1px, rgba(138, 175, 246, 0) 2px,
                    #8aaff6 2px, #8aaff6 3px,
                    rgba(138, 175, 246, 0) 3px, rgba(138, 175, 246, 0) 4px,
                    #8aaff6 4px, #8aaff6 5px,
                    rgba(138, 175, 246, 0) 5px, rgba(138, 175, 246, 0) 6px,
                    #8aaff6 6px, #8aaff6 7px,
                    rgba(138, 175, 246, 0) 7px, rgba(138, 175, 246, 0) 8px
                );
            }
    .baron._winxp._dragging .baron__bar,
    .baron._winxp .baron__bar:hover {
        background-image: linear-gradient(to right, #d9e7ff, #cadcff);
        }

/* Ubuntu */
.baron._ubuntu12 .baron__scroller {
    padding-right: 14px;
    }
.baron._ubuntu12 .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    box-sizing: border-box;
    border: 1px solid #c5c1bd;
    border-radius: 7px;
    background-image: linear-gradient(to right, #d3d3d3, #e5e5e5);
    }
.baron._ubuntu12._scrollbar .baron__track {
    opacity: 1;
    }
    .baron._ubuntu12 .baron__bar {
        position: absolute;
        z-index: 1;
        width: 12px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 6px;
        background-image: linear-gradient(to right, #fcfbfb, #eeeceb);
        opacity: 1;
        pointer-events: auto;
        box-shadow: 0 0 1px #d6d3d0;
        }
    .baron._ubuntu12 .baron__bar:hover,
    .baron._ubuntu12._dragging .baron__bar {
        background-image: linear-gradient(to right, #e96d3a, #f58050);
        border-color: #e1632f;
        }
    .baron._dragging .baron__bar {
        /*opacity: 1;*/
        }
    .baron._ubuntu12 .baron__bar:hover,
    ._scrolling .baron__bar {
        }

/* End */
/* /local/js/marimedia/legacy/tourism/index/dist/css/style_tourism.css?17630612545507 */
/* /local/js/marimedia/legacy/tourism/index/dist/css/baron-scroller/baron.css?1763061254907 */
/* /local/js/marimedia/legacy/tourism/index/dist/css/baron-scroller/skins/styles.css?17630612546646 */
