.placemark {
    /* border: 1px solid black;
    width: 50px;
    height: 50px; */
}
body, .map {
    overflow: hidden;
}
.placemark-hover {
    background-color: #ccc;
    border: 4px dashed black;
}
.placemark:hover {
    border-bottom: 2px dashed red;
}
.item-map {
    position: absolute;
    width: 170px;
    height: 120px;
    top: 420px;
    left: 670px;
}
.bg > div .srite { 
    top: -20px;
    transition: all 0.5s;
}

.bg.show > div .srite {
    opacity: 1;
    top: -70px;
}

.bg.placemark div .text-srite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    text-transform: uppercase;
    color: #9f2d2d;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 45px;
    padding-top: 2px;
    padding-left: 20px; }
    .bg.placemark > div .text-srite svg {
      position: absolute;
      left: 10px;
      top: -24px;
      z-index: 200;
      width: 100%; }
      .bg.placemark > div .text-srite.sprite-120 svg {
        font-size: 18px;
        left: -15px;
        top: -27px;
      }
      .bg.placemark > div .text-srite.sprite-127 svg{
        font-size: 15px;
        left: -15px !important;
        top: -28px !important;
      }
      .bg.placemark > div .text-srite.sprite-128 svg{
          font-size: 22px;
            left: -19px !important;
            top: -26px !important;
      }
      .bg.placemark > div .text-srite.sprite-14 svg{
        font-size: 25px;
        left: -10px;
    }
    .bg.placemark > div .text-srite.sprite-132 svg{
        font-size: 20px;
        left: -10px !important;
        top: -26px !important;
    }
      .bg.placemark > div .text-srite.sprite-116 svg {
        font-size: 16px;
        left: -5px;
        top: -27px;
      }
        .bg.placemark > div .text-srite.sprite-117 svg {
            font-size: 17px;
            left: -5px;
            top: -27px;
        }
      .bg.placemark.placemark-132 {
          transform: translateX(-120px);
      }
    .bg.placemark > div .text-srite svg path {
        fill: transparent; }
    .bg.placemark > div .text-srite svg text {
        fill: #9f2d2d; }
    .bg.placemark > div .text-srite svg {
    z-index: 0;
    width: 100%; }
    .bg.placemark {
        opacity: 0;
        position: absolute;
        top: 0;
        left: -20px;
        transform: translateX(-60px);
        width: 200px;
        top:0;
        transition: opacity 0.5s, top 0.5s;
    }
    .ymaps-2-1-77-outerHint-pane {
        z-index: 6000!important;
      }
      .ymaps-2-1-77-outer-panes {
        position: relative;
        z-index: 1000;
      }
      .content-wrap-home {
        position: fixed !important;
        right: -282px;
        top: 0;
        width: 282px;
        height: 100vh;
        background: 
        #ebd5be;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        cursor: default;
        z-index: 40;
    }
    .content-wrap-home.open {
        right: 0;
    }
      .ymaps-2-1-77-svg-icon {
        opacity: 0; 
        }
        .bg-home-blocks .bg-scroll-block > div {
            cursor: auto;
        }
        .bg-home-blocks{
            cursor: auto;
        }
        .bg-home-blocks .bg-scroll-block{
            width: 100%;
            height: auto;
        }
        .bg-home-blocks .bg-scroll-block .block-cottage{
            position: initial;
        }
        .bg-home-blocks .bg-scroll-block > div {
            position: initial!important;
            width: 100%!important;
            height: auto!important;
        }
        .ymaps-2-1-77-graphics-SVG svg {
            opacity: 0 !important;
        }
        .content-wrap-home .close {
            position: absolute;
            top: 10px;
            right: 20px;
            width: 40px;
            height: 40px;
            display: block;
            cursor: pointer;
            z-index: 20;
        }
        .content-wrap-home .close span {
            position: absolute;
            left: 0;
            top: 50%;
            background: 
            #9f2d2d;
            width: 100%;
            height: 3px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .content-wrap-home .close span:first-child {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    /* .bg.placemark > div {
        transform: translateY(-70px);
        transition: 0.5s;
        -webkit-animation: show-sprite 0.5s  ease-in-out;
          animation: show-sprite 0.5s ease-in-out; }
    @keyframes show-sprite{
        0% {
            opacity: 0;
            transform: translateY(0px); }
        100% {
            opacity: 1;
            transform: translateY(-70px); }
        } */


.menu_phone_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-around;
}

.menu_phone_item > span {
    display: flex;
    align-items: center;
}

.menu .menu-list-wrap .menu_phone_item a {
    padding-bottom: 0;
}

.menu .menu-header {
    height: 46%;
}

.menu .menu-list-wrap .list-social {
    justify-content: space-around;
}