section.master-top {
    padding: 90px 0 0 0;
}


.master_container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.mast_cart {
    width: 50%;
    padding: 0 15px;
   
}
.mast_cart:not(:last-child) {
 margin-bottom:23px;
}

.mast_photo {
    background: #F7F7F7;
    padding: 29px 0 23px 0;
    text-align: center;
}

.mast_zag {
    font-weight: 600;
    font-size: 19px;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 17px 0;
}

.mast_descr {
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    padding: 18px 40px 18px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wh_mast {
    font-size: 18px;
}

.stage_mast {
    font-size: 16px;
    background: #7BB631;
    border-radius: 40px;
    color: #fff;
    padding: 8px 21px;
}

@media (max-width:1110px){

.section-map-new section.map .col-map {
    background-size: contain;
}


.master_container {
    flex-direction: column;
    margin:0;
    padding: 0 20px;
}

.mast_cart {
    width: 100%;
    padding:0;
}
}

@media (max-width:425px){
.mast_descr {
    padding: 18px 15px 18px 15px;
}

.mast_cart:not(:last-child) {margin-bottom:35px;}
}


@media (max-width:360px){
.mast_descr {
flex-direction: column;
}
.wh_mast {
    margin-bottom: 15px;
}
}





/*quote*/


