/*custom header for sites*/
.back-header {
    background: linear-gradient(131.16deg, #767CC8 0%, #08C367 100%);
}
.header-img {
    position: absolute;
    right: 15%;
    bottom: 50px;
}
.map {
    /* background: url('/dostavka/mapback.png') no-repeat center center / cover;; */
    padding-top: 270px !important;
    position: relative;
}
.map .ya-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.map .ya-map iframe {
    width: 100% !important;
    height: 100% !important; 
}
.post {
    background: #FFFFFF;
    border-radius: 4px;
    min-height: 280px;
}
.txt-1 {
    font-weight: 600;
    font-size: 19px;
    line-height: 36px;
}
.txt-2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.page-title {
    font-weight: 600;
    font-size: 31px;
    line-height: 54px;
    color: #3C414C;
}
.map #map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.map .post {
    position: relative;
    z-index: 1;
}
.main-info-oplata {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
    position: relative;
    z-index: 150;
    margin-top: -98px;
}
@media screen and (max-width: 991px) {
    .pn {
        display: none !important;
    }
    .map {
        padding-top: 50px !important;
    }
    .map .post {
        margin-bottom: 20px !important;
    }
}
