.map {
    position: relative;
}
.map .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #88584c;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.map .controls {
    position: absolute;
    display: none;
    top: 20px;
    z-index: 1;
    text-align: center;
    margin-left: -70px;
    left: 50%;
}

.map .controls .btn {
    margin: 0 5px;
    background: #fff;
    color: black;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.map .controls .btn.active {
    background: #88584c;
    color: white;
}

.yandex-map {
    background: #eaeff3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    overflow: hidden;
}

.yandex-map .loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.yandex-map .loading .loading-msg {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 20px;
    color: #888;
}

.ymap-icon {
    border: 1px solid white;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin-left: -30px;
    margin-top: -30px;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.ymap-icon.lion {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.ymap-icon img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    /*margin-top: -12px;*/
    /*margin-left: -13px;*/
}

.ymap-detail {
    width: 250px;
    font-family: "Open Sans";
}

.ymap-detail .dtitle {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.ymap-detail img {
    width: 250px;
    height: 135px;
    object-fit: cover;
    margin: 5px 5px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

ymaps[class*=copyright_logo],
ymaps[class*=copyrights-promo] {
    display: none;
}