.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 50, 50, 0.2);
    z-index: 998;
}

.modals-three {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 864px;
    height: 930px;
    top: 104px;
    left: 528px;
    gap: 0px;
    border-radius: 36px;
    background: #EDE5C9;
    z-index: 1100;

}
.modal-ima {
    /*position: absolute;*/
    /*width: 575px;*/
    /*height: 330px;*/
    /*top: 200px;*/
    /*left: 145px;*/
    min-width: 258px;
    min-height: 148px;
    max-width: 501px;
    max-height: 288px;
    width: 100%;
    gap: 0px;
}
.content-three {
    /*position: absolute;*/
    /*width: 517px;*/
    /*height: 80px;*/
    /*top: 556px;*/
    /*left: 160px;*/
    gap: 0px;

}
.modal-texts {
    font-family: 'PFRegalTextPro',serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 39.6px;
    text-align: center;
    color: #333333;
}
.mod-button {
    /*position: absolute;*/
    /*width: 339px;*/
    /*height: 56px;*/
    /*top: 848px;*/
    /*left: 262.5px;*/
    padding: 14px 28px;
    gap: 0px;
    border-radius: 34px;
    background: #627072;
    cursor: pointer;
    border: 2px solid transparent;
}
.mod-button:hover {
    background: #BA9762;
}
.but-last-modal {
    width: 283px;
    height: 28px;
    gap: 0px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color:  #FFFFFF;
}

.text-btn {
    width: 112px;
    height: 28px;
    gap: 0;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: var(--color-white-solid, #FFFFFF);
}
.btn-send {
    /*width: 168px;*/
    /*height: 56px;*/
    /*top: 848px;*/
    /*left: 348px;*/
    padding: 14px 28px;
    gap: 0;
    border-radius: 34px;
    border: 0.42px solid #ffffff;
    background-color: #627072;
    /*position: absolute;*/
}
.btn-send:hover {
    background: #BA9762;
}
.btn-text {
    /*width: 112px;*/
    /*height: 28px;*/
    gap: 0;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #FFFFFF;
}
