
/* Элемент | https://virtual-nevis-test.tw1.ru/catalog/muzhskoe_zdorove/ */

.get-order-diaf {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    background: #0007;
}

/* Внутри | https://virtual-nevis-test.tw1.ru/catalog/muzhskoe_zdorove/ */

.get-order-diaf__container {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    max-width: 800px;
}

.get-order-diaf__title p {
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 22px;
}

.get-order-diaf__map_container{
    margin: 20px 0 20px;
}

#get-order-diaf__map{
    min-height: 300px;
}

.get-order-diaf__form_data input{
    width: 49%;
height: 52px;
text-indent: 18px;
box-sizing: border-box;
border: 1.5px solid #DEE6EA;
border-radius: 79px;
margin-bottom: 19px;
}

.get-order-diaf__order_make_button{
        background: #00A0E3;
        border-radius: 42px;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        border: 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        text-indent: 18px;
        box-sizing: border-box;
        margin-top: 0;
}

.get-order-diaf__close_container{
/* position: absolute;
    right: 10px;
    top: 10px; */
    color: #fff;
}
.get-order-diaf__close_button{
    padding: 10px 15px;
        border-radius: 24.3774px;
        margin: 0 0 10px 10px;
        width: fit-content;
        cursor: pointer;
        background: #00A0E3;
        color: #fff;
}
.get-order-diaf__title{
    display: flex;
}