.delivery-banner-block {
    border-radius: 10px;
    background: linear-gradient(to right, #b47339, #ca465c);
    color: white;
}

.delivery-banner-block-padding {
    padding: 20px;
}

.delivery-banner-block-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}

.delivery-banner-block-title span {
    font-size: 20px;
    font-weight: 500;
}

.delivery-banner-block-group-image {
    width: 10px;
}

.delivery-banner-block-grouping {
    padding-bottom: 15px;
}

.delivery-city-picker {
    padding-top: 15px;
}

.delivery-city-picker-city-input-container {
    position: relative;

}

.delivery-city-picker-city-input {
    height: 35px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    padding: 0 15px;
    padding-right: 30px;
    width: 100%;
}

.delivery-city-picker-city-input-reset {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
    font-size: 24px;
}

.delivery-city-picker-button {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.delivery-maps-container:not(.is-active) {
    display: none;
}

.delivery-shadow-container {
    padding: 25px;
    box-shadow: 0 3px 6px 1px #0000003b;
    background-color: white;
    border-radius: 5px;
}

.delivery-maps-container {
    z-index: 1;
    position: relative;
}

.delivery-maps-container-maps {
    border: 1px solid gray;
}

.delivery-maps-container-maps,
.delivery-maps-pvz-list,
.delivery-maps-pvz-list-content-item-footer-type,
.delivery-maps-pvz-list-content-item-footer-life {
    display: inline-block;
    vertical-align: top;
}


.delivery-info-pvz-map {
    width: 100%;
    height: 400px;
}


/* .delivery-maps-container-maps {
    width: 400px;
    height: 400px;
} */

.delivery-maps-container-maps .map {
    /* position: relative;
    width: 400px;
    height: 400px; */
    width: 100%;
    height: 100%;
}

.delivery-maps-pvz-list {
    width: calc(100% - 406px);
}

.delivery-maps-pvz-list.nearby {
    width: 100%;
}

.delivery-maps-pvz-list-header {
    margin-top: 10px;
    display: flex;
}

.delivery-maps-pvz-list-header input {
    width: 100%;
}

.delivery-maps-pvz-list-content {
    margin-top: 10px;
    overflow: auto;
    height: 368px;
}

.delivery-maps-pvz-list-content-item {
    padding: 0 10px;
    border: 1px solid #80808033;
    cursor: pointer;
}

.delivery-maps-pvz-list-content-item.selected {
    border: 1px solid #808080;
    cursor: auto;
}

.delivery-maps-pvz-list-content-item-title {
    padding-top: 15px;
}

.delivery-maps-pvz-list-content-item-title span {
    font-size: 18px;
    padding-left: 5px;
}

.delivery-maps-pvz-list-content-item-title:before {
    content: '';
    display: inline-block;
    width: 10px;
    /* vertical-align: middle; */
    height: 10px;
    background-color: #243ced;
    border-radius: 50%;
}

.delivery-maps-pvz-list-content-item-address {
    padding: 5px 0;
}

.delivery-maps-pvz-list-content-item-footer-type span {
    color: gray;
    font-weight: 600;
}

.delivery-maps-pvz-list-content-item-footer-life {
    color: gray;
}

.delivery-maps-controls {
    margin-top: -35px;
    padding: 0 5px;
    position: relative;
}

.delivery-maps-on-checker {
    padding: 10px 20px 10px 20px;
    box-shadow: 0 -4px 8px -5px #0000003b;
    border-radius: 5px;
    z-index: 0;
    background-color: #e0e0e0;
    cursor: pointer;
    font-size: 14px;
}

.delivery-maps-on-checker.is-active {
    z-index: 2;
    background-color: white;
    position: relative;
    cursor: auto;
    font-weight: bold;
}

.delivery-courier-block,
.delivery-russian-post-block,
.delivery-noinfo-post-block {
    margin-top: 15px;
    padding-bottom: 20px;
}

.delivery-price-list {
    padding-left: 20px;
}

.delivery-pvz-list-search {
    width: 70%;
}

.delivery-pvz-list-search-button {
    vertical-align: middle;
    width: 30%;
    line-height: 26px;
    color: white;
    background-color: #808080d4;
    text-align: center;
    cursor: pointer;
}

.delivery-pvz-list-search-button-nearby {
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
    line-height: 26px;
    color: white !important;
    background-color: #808080d4;
    text-align: center;
    cursor: pointer;
}

.delivery-pvz-list-search-button a {
    display: block;
}

.ymaps-2-1-78-b-cluster-tabs__section_type_content {
    max-width: 200px;
}

.ymaps-2-1-78-balloon__content {
    max-width: 330px;
}

@media (max-width: 769px) {
    .delivery-maps-controls {
        float: none;
    }

    .delivery-maps-title {
        padding-bottom: 25px;
    }

    .delivery-maps-pvz-list {
        width: 100%;
        margin-top: 10px;
    }

    .delivery-pvz-list-search-button-nearby {
        color: rgb(79, 51, 53)!important;
        background-color: rgba(0, 0, 0, 0)!important;
        text-decoration: underline!important;
    }
}

.delivery-ss {
    width: 100%;
}

.delivery-maps-controls {
    display: none !important;
}

.ymaps-2-1-78-balloon_layout_panel.ymaps-2-1-78-islets_balloon_layout_panel .ymaps-2-1-78-balloon__content {
    display: none;
}
