.bx-yandex-view-layout {
    position: relative;
}

.bx-yandex-view-descr {
    width: 385px;
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 27px;
}

.bx-yandex-view-descr:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: -10px;
    left: calc(50% - 16px);
    background-image: url(/local/templates/main/dist/img/content/green-thumbtack.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
}

.bx-yandex-view-descr-text {
    padding: 40px 13px;
    position: relative;
    white-space: pre-wrap;
    z-index: 10;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

.bx-yandex-view-descr-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bx-yandex-view-descr-bg .svg-bg {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.bx-yandex-view-descr-bg .svg-shadow {
    position: absolute;
    bottom: -28px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    z-index: 1;
}

.bx-yandex-view-map .ymaps-b-select.ymaps-b-select_control_listbox {
    display: none;
}

@media (max-width: 767px) {
    .bx-yandex-view-descr {
        display: none;
    }
}