#up {
    position: fixed;
    bottom: 70px;
    width: 40px;
    height: 40px;
    background: url("../img/arrow-table-red.png") no-repeat #cebda9;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    z-index: 300;
    right: 30px;
    display: block;
    background-size: 20px;
    background-position: center center;
}
.owl-nav button.disabled {
    opacity: 0;
}

.item-slider-list .slider-blocks-slider {
    height: auto!important;
}
.block-cafe {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 1279px;
    left: 1660px;
}
body.show-popup .map {
    filter: blur(3px);
}
body.show-popup:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
    width: 100%;
    height: 100vh;
}

.popup-open-map {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 6001;
    top: 0;
}
.show-popup .popup-open-map {
    display: flex;
}
.center-content-popup {
    position: relative;
    width: 610px;
    height: 430px;
    background: url("../img/popup-conten-bg.png") no-repeat;
    background-size: contain;
    padding: 50px 50px;
    box-sizing: border-box;
    z-index: 2; 
    line-height: 1.6;
}
.center-content-popup .title-popup {
    font-size: 25px;
    text-align: center;
    margin: 10px 0;
    line-height: 1.3;
}
.center-content-popup .title-popup span {
    display: block;
}
.center-content-popup .link-map-open{
    background: #9f2b2c;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 110px;
    transition: all 0.3s;
}
.center-content-popup .text-popup {
    margin: 20px 0;
}
.center-content-popup .link-map-open:hover {
    background: #d23f40;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Neucha', cursive; 
}
.logo-popup {
    display: block;
    text-align: center;
}
.logo-popup img {
    width: 90px;
}
.content-wrap-home .content h2 {
    max-width: 210px;
}
.content-wrap-home .content .scrollbar-rail {
    height: 100%;
}
.show-popup .menu .menu-open-btn {
    filter: blur(3px);
}
rect {
    fill: transparent;
    stroke: transparent;
}
.ymaps-2-1-77-map .ymaps-2-1-77-outer-panes .ymaps-2-1-77-outerHint-pane {
    z-index: 722!important;
}
.menu .menu-header {
    height: 54%;
}

.scroll-wrapper {
    overflow: hidden !important;
} 


.popup-main-order {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    position: fixed;
    border: 1px solid #dcd7d7;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -200;
    padding: 20px;
    opacity: 0;
    padding-top: 40px;
}

.popup-main-order.open {
    opacity: 1;
    z-index: 210;
}

.popup-main-order .close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 20;
}

.popup-main-order .close span {
    width: 30px;
    height: 2px;
    background: #cebda9;
    display: block;
    position: absolute;
    left: 50%;
    top: 18px;
}

.popup-main-order .close span:first-child {
    transform: translateX(-50%) rotate(45deg);
}

.popup-main-order .close span:last-child {
    transform: translateX(-50%) rotate(-45deg);
}

.popup-main-order input, .popup-main-order textarea {
    display: block;
    height: 45px;
    width: 318px;
    border: 1px solid #dcd7d7;
    padding-left: 12px;
    font-size: 18px;
    padding-right: 35px;
    color: #000;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-main-order textarea {
    height: 100px;
    resize: none;
}

.popup-main-order input[type="submit"], .order_form input[type="submit"] {
    border: 1px solid #9f2d2d;
    color: #fff;
    cursor: pointer;
    background: #9f2d2d;
}
.ymaps-2-1-77-graphics-canvas canvas{
    opacity: 0!important;
}
@media screen and (min-width: 768px) {
    .list-order__item-order__info-control {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
    .center-content-popup {
        height: auto;
        background-size: cover;
        background-position: center;
        padding: 50px 30px;
        }
}
@media (max-width: 768px) {
    .center-content-popup {
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 50px 30px;
    }
    
    .content-wrap-home .content .scrollbar-rail {
         overflow: auto !important;
}
    
}
.map .placemark:hover {
    border-bottom: none;
}

@media (max-height: 1024px) {
    
    .content-wrap-home .content .scrollbar-rail {
       height: 700px;
       overflow-y: auto!important;
       overflow-x: hidden !important;
}
    
}

