.modal-form__item--name {
    background-image: url('../img/user.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
}
.modal-form__item--mail {
    background-image: url('../img/mail.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
}
.modal-form__item--phone {
    background-image: url('../img/phone.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
}
.modal-form__item {
    position: relative;
    margin-bottom: 15px;
    width: 300px;
}
.modal-body .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
}
.modal-body {
    background: #ECEDEF;
}
.modal-title {
    font: 24px/29px 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
}
.modal-description {
    font: 20px/24px 'Montserrat';
    display: inline-block;
    margin-bottom: 20px;
}
.modal-form__item input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 5px 0 43px;
    border: 2px solid rgba(0,63,108,.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: transparent;
    outline: 0;
    font-size: 1.2rem;
}
.modal-body .modal-btn {
    background: #4FAEFF;
    width: 240px;
    height: 50px;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 4px 1px #ccc;
    color: #09162F;
    font: 18px/23px 'Montserrat';
    transition: .4s;
    border: none;
}
.modal-body .modal-btn:hover,
.modal-body .modal-btn:focus,
.modal-body .modal-btn:active {
    background: #09162F;
    color: #ffba00;
    box-shadow: 0 0 0px 0px #ccc;
}
