body {
    overflow: hidden;
}

#main {
    float: left;
    width: 100%;
}

.left_menu {
    float: left;
    height: 100%;
    background: #EEE;
    width: 230px;
    position: fixed;
    left: 0;
    z-index: 999;
    -webkit-transition: left 0.5s linear;
    -moz-transition: left 0.5s linear;
    -ms-transition: left 0.5s linear;
    -o-transition: left 0.5s linear;
    transition: left 0.5s linear;
    overflow-y: auto;
}

.burger {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 30px;
    display: none;
}

.burger img {
    float: left;
    width: 100%;
}

.navbar {
	background:#005ab6;
	color:#fff;
    margin-bottom: 0;
    position: relative;
    z-index: 10000;
}
.navbar a { color:#fff !important; text-transform:uppercase; }

.navbar-brand {
    float: left;
    font-size: 14px;
    line-height: 38px;
    text-align: right;
    padding: 5px 5px 5px 0;
}

#yMap {
    float: right;
}

#yMap > ya-map {
    width: 100%;
    height: 100%;
    float: left;
}

ymaps iframe {
    display: none !important;
}

.ymaps-2-1-38-copyright__content {
    display: none !important;
}

.ymaps-2-1-38-map-bg-ru {
    background: #fafafa !important;
}

#preloader {
    position: fixed;
    z-index: 100000;
    background: #FFF url('../images/preloader.gif') no-repeat center;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}

.yamapCard {
    float: left;
    width: 460px;
    padding: 20px;
}

.ymapCardMain {
    width: 460px !important;
    background: url('../images/card_bg.png') repeat center !important;
    overflow: hidden;
}

.ymapCardMain ymaps {
   /* background: transparent !important; */
}

.ymaps-2-1-38-balloon__tail:after {
 /*   background-color: #04303A !important; */
}

.cardTitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: bold;
}

.cardName {
	border-bottom:1px solid #ccc;
}

.cardText {
    color: #000;
    font-size: 14px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.cardBottom {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.cardBlock {
    float: left;
	background:#f43837;
	width:54px !important;
	height:4px !important;
	margin-bottom:16px;	
}

.cardBottom li {
    float: left;
    list-style-type: none;
    width: 47%;
    color: #000;
    text-align: center;
}

.cardBottom li:first-child {
    text-align: left;
}

.cardBottom li:last-child {
    text-align: right;
}

.ymaps-2-1-38-balloon__content {
    padding: 0 !important;
    margin: 0 !important;
}

.ymapCardMain > ymaps > ymaps {
    width: 450px !Important;
    background-position: right;
    overflow-x: hidden !important;
}

.ymaps-2-1-38-balloon_layout_normal {
    border: 3px solid #428BCA;
}

.ymaps-2-1-38-balloon_layout_normal.museum {
    border: 3px solid #428BCA;
}

.ymaps-2-1-38-balloon_layout_normal.library {
    border: 3px solid #FF7AE4;
}

.ymaps-2-1-38-balloon_layout_normal.cinema {
    border: 3px solid #3AB9B5;
}

.ymaps-2-1-38-balloon_layout_normal.dance {
    border: 3px solid #7A5FE2;
}

.ymaps-2-1-38-balloon_layout_normal.gallery {
    border: 3px solid #BCB313;
}

.ymaps-2-1-38-balloon_layout_normal.park {
    border: 3px solid #3FB756;
}

.ymaps-2-1-38-balloon_layout_normal.theatre {
    border: 3px solid #F95E59;
}

.ymaps-2-1-38-balloon__close-button {
    background-position-x: 440px !important;
}

.card_inner {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.card_inner img {
    width: 45%;
    margin-bottom: 0px;
    margin-right: 10px;
    float: left;
}

.card_inner .cardText_right {

}

.ymaps-2-1-39-balloon__close+.ymaps-2-1-39-balloon__content {
    margin-right: 0 !important;
}

/***/

.mainCat_menu {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px 15px;
}

.mainCat_menu li {
    font-size: 18px;
    list-style-type: none;
    float: left;
    width: 100%;
	font-weight:bold;
    /*
	border-bottom: 1px solid #343434;
	*/
    color: #343434;
    margin-bottom: 11px;
    padding: 10px 0px;
    height: 30px;
}

.mainCat_All a {
	color:#d93d67 !important;
    font-weight:none;	
}

.mainCat_menu li.active a {
    border-bottom: 2px solid #d93d67;
}

.mainCat_menu li a {
    color: #343434;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
	text-decoration: none;
    float: left;
}

.search {
	padding:20px;
    padding-bottom: 90px;
}

.logo {
    float: left;
    width: 100px;
    position: absolute;
    top: 20px;
    z-index: 1;
    display: block;
}

.logo.big {
    display: block;
    right: 10px;
}

.logo.small {
    display: none;
}

.search input {
    height: 30px;
    width: 100%;
    padding: 0 10px;
    outline: none;
    margin-bottom: 12px;
}

.search_back {
	color:#343434;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
	text-decoration:none;
    float: left;
    width: 100%;
}

.search_back:hover {
	color:#343434;
    border-bottom: 1px solid #d93d67;
	text-decoration:none;		
}

.searchDiv {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 90px;
}

.searchDiv input[type="button"] {
    position: absolute;
    top: 1px;
    right: 0;
    width: 35%;
    height: 28px;
    border: 0;
}

.forEmail {
    float: left;
    position: absolute;
    height: 300px;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 1000;
}

.forEmail h2 {
    float: left;
    width: 100%;
    text-align: center;
}

.forEmail input[type="email"] {
    float: left;
    width: 100%;
    height: 32px;
}

.forEmail input[type="submit"] {
    float: left;
    height: 32px;
    width: 100%;
    margin-top: 20px;
}

.forEmail .return {
    position: absolute;
    top: 10px;
    cursor: pointer;
    left: 10px;
    width: 16px;
    height: 16px;
    z-index: 999999;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBvbHlnb24gZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iMTQsMC43IDEzLjMsMCA3LDYuMjk5IDAuNywwIDAsMC43IDYuMyw3IDAsMTMuMjk5IDAuNywxNCA3LDcuNyAxMy4zLDE0IDE0LDEzLjI5OSA3LjcsNyIvPjwvc3ZnPg==) no-repeat center;
}

.ymaps-2-1-39-map-bg-ru {
    background: none !important;
}

.ymaps-2-1-39-copyright__link, .ymaps-2-1-39-copyright__text {
    display: none !important;
}

.bg_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 999;
}

.closeBurger {
    display: none;
}

.ymaps-2-1-39-controls-pane {
    top: inherit !important;
    bottom: 50px !important;
}

.ymaps-2-1-39-controls__control {
    bottom: 10px !important;
    top: inherit !important;
}


@media screen and (max-width: 1240px) {
    .logo.big {
        left: 10px;
        right:inherit;
    }

    .navbar-header {
        float: left;
    }

    .left_menu.active {
        left: 0px;
    }

    .left_menu {
        left: -30%;
        width: 30%;
    }

    .burger {
        position: fixed;
        z-index: 999;
        bottom: 10px;
        right: 10px;
        width: 65px;
        height: 65px;
        background: #005AB6;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: inherit;
        display: block;
    }

    .burger img {
        float: left;
        width: 50%;
        margin: 19px 15px;
    }


}

@media screen and (max-width: 700px) {
    .closeBurger {
        height: 15px;
        width: 15px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBvbHlnb24gZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iMTQsMC43IDEzLjMsMCA3LDYuMjk5IDAuNywwIDAsMC43IDYuMyw3IDAsMTMuMjk5IDAuNywxNCA3LDcuNyAxMy4zLDE0IDE0LDEzLjI5OSA3LjcsNyIvPjwvc3ZnPg==);
        background-position: center;
        background-repeat: no-repeat;
        position: fixed;
        right: 10px;
        top: 10px;
    }

    .closeBurger img {
        display: none;
    }

    .closeBurger img {
        float: left;
        width: 100%;
    }

    .forEmail {
        float: left;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #FFF;
        padding: 10%;
        margin: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .left_menu {
        left: -100%;
        width: 100%;
    }

    .logo.small {
        display: none;
        position: initial;
        padding: 20px 20px 0 20px;
        width: 30%;
    }

    .ymapCardMain > ymaps > ymaps {
        width: 100% !important;
    }

    .ymaps-2-1-39-balloon__close {
        width: 50px;
        right: 20px !important;
    }


    .yamapCard {
        width: auto;
    }

    .ymapCardMain {
        width: auto !important;
    }

    .ymapCardMain > ymaps.ymaps-2-1-38-balloon__content > ymaps {
        width: auto !important;
    }

    .navbar-brand {
        font-size: 0.7em;
        float: none;
        display: table-cell;
        height: 48px;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
        line-height: normal;
    }

    .ymaps-2-1-38-panel-pane .ymaps-2-1-38-balloon__close .ymaps-2-1-38-balloon__close-button {
        background: url('../images/closeButton.png') no-repeat center !important;
        background-size: 80% !important;
        width: 30px !important;
    }

    .cardBottom {
        margin-bottom: 40px;
    }
}


.mainCat_menu li a img {
    float: right;
}