.modal.fancybox-content {
    max-width: 400px;
}

.modal.fancybox-content .modal-title{
	font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 30px;
}

.modal.fancybox-content .button.button_popup__close {
    width: 100%;
    height: 50px;
    background: green;
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.modal.fancybox-content .button.button_popup__close:hover {
	cursor: pointer;
    color: white;
    filter: grayscale(0.4);
}
form .invalid{
	border-color: red!important;
	color: red!important;
}
.valid{
	border-color: green!important;
	color: green!important;
}
