.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.header-top {
    background-color: white;
}

.content {
    margin-top: 141px;
}


.modal-form__button2-container .btn-modal-form {
background-color: #58DE11;
color:#fff
}