.modalBlock {
    background: rgba(255, 255, 255, 0.89);
    border-radius: 18px;
    padding: 27px 50px;
    margin: 60px auto;
}

.modalBlock .modalBlock__header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 137.19%;
    color: #232A32;
}

.modalBlock .modalBlock__header span {
    color: #F4474F;
}

.modalBlock .modalBlock__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 137.19%;
    color: #232A32;
    margin-bottom: 25px;
}

.modalBlock .modalBlock__field input {
    background: #FFFFFF;
    border: 1px solid #A7A7A7;
    border-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #787676;
    margin-bottom: 10px;
}

.modalBlock .modalBlock__button {
    background: #F4474F;
    border-radius: 10px;
    margin-bottom: 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 16px;
    width: 100%;
    outline: 0;
    border: 1px #F4474F solid;
}

.modalBlock .modalBlock__button:hover {
    background: #fff;
    color: #F4474F;
	transition-delay: 0.2s;
}

.modalBlock .modalBlock__agreement {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 137.19%;
}