.clear {clear:both;}
.row_deliv {border-bottom:1px dotted #C4C4C4;}
.pvz_title {float:left;width:28%;margin:5px 0;font-weight:bold;padding:10px 0 10px 0px;}
.pvz_description {float:right;width:70%;margin:5px 0 5px 0px;padding:10px 0;}
.ew_sticker {margin:0 10px;}

#contentBlock a {
	color: inherit;
	    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#contentBlock a:hover {
	color: var(--bwt-pink);
}
.ya-map-cnange{
    margin-bottom: 20px;
    text-align:center;
}

.b-btn-send-enter, .b-btn-send-order, .b-btn-send-save { width:240px; height:40px; border:2px solid #f35369; display:inline-block; vertical-align:top; text-align:center; text-decoration:none; font-size:18px; font-weight:500; color:#f35369; background:none; cursor:pointer; }
.b-btn-send-enter:hover, .b-btn-send-order:hover, .b-btn-send-save:hover {background:#f35369;color:#fff;}
.b-btn-send-enter, .b-btn-send-save { width:190px; }

.b-btn-send-order__ya{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 99% !important;
    margin-top: 30px;
}

.ya-map-sale{
    display: flex;
    justify-content: space-between;
    line-height: 21px;
    color: #333333;
    margin: 15px 0px;
    font-size: 16px;
    opacity: 0.75;
}
.ya-map-sale--price{
    color: var(--bwt-pink);
}
.ya-map-worktime{
    margin: 20px 0px;
    border-top: 1px solid #F0F4F6;
    border-bottom: 1px solid #F0F4F6;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 21px;
    color: #333333;
    opacity: 0.75;
}
.ya-map-city{
    color: #8e8e8e;
}
.ymaps-2-1-74-balloon__close+.ymaps-2-1-74-balloon__content {
    margin-right: 30px;
    padding-right: 0;
    margin-left: 18px;
    margin-top: 20px;
}

.ymap_wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.41);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index:100;
}

.ymap_wrapper__relative{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.ymap_wrapper__relative .ymap_map{
    width: 100vw;
    height: 70vh;
}

.ymap_modal{
    width: 80%;
    height: 70%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: end;
}


.ymap_wrapper__relative .ymap_modal{
    width: 100%;
    height: 100%;
}

.ymap_header{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}
.ymap_content{
    width: 100%;
    height: 100%;
    position: relative;
}
.ymap_map{
    width: 100%;
    height: 100%;
}
.ymap_close{
    cursor: pointer;
}
.ymap_loader{
    background: rgba(255, 255, 255, 0.35);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
}