.modal-block {
    position: relative;
    background: #FFF;
    padding: 45px;
    width: auto;
    margin: 20px auto;
    max-width: 500px;
    border-radius: 20px;
    text-align: center;
}

.close-modal-request {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 19px;
    right: 18px;
}

.request-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: #171717;


}

.request-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #171717;
}

.modal-request-thx {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F2F2F2;
    white-space: nowrap;
    border-radius: 36px;
    height: 38px;
    padding: 0 26px;
    color: #171717;
    margin: 30px auto 0;

}