




.block-delivery-1 {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #6e7c71;
    margin-top: 20px;
}

.block-delivery-2 {
    background: url("./../images/bg_green.jpg");
    border-radius: 40px 40px 40px 40px;
    width: 40%;
    height: 480px;
    margin: auto;
    margin-top: -440px;
    position: relative;
    z-index: 1;
}

#map {
    width: 90%;
    height: 400px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
    margin-top: 60px;
    border: 0px solid #333333;
}

#map > ymaps > ymaps {
    border: 2px solid #333333;
}

.text-delivery {
    text-align: center;
    margin-top: 20px;
}


@media (max-width: 480px) {

    .block-delivery .text-h-2 {
        font-size: 34px;
        line-height: 38px;
    }

    .block-delivery .block-delivery-2 {
        width: 70%;
    }

    .block-delivery-1 {
        width: 100% !important;
    }
}