.modalForm {
	max-width: 510px;
    height: fit-content;
	text-align: center;
	color: white;
	background-color: #272727;
	border-radius: 16px;
    padding: 35px;
}

.modalForm 
.modalContent {
	position: relative;
}

.modalForm 
.form {
    margin: 16px auto 0;
}

.modalForm 
.js-modal-close {
	color: white;
    position: absolute;
	cursor: pointer;
    right: -35px;
    top: -40px;
}

.modalForm 
.js-modal-close:hover{
	filter: grayscale(1);
	transition: 0.7s;
}

.modalForm 
.btn {
	max-width: 334px;	
}

.modalForm 
.block-btn {
	justify-content: center;
}

.modalForm 
.wpcf7-spinner {
	width: 100%;
}

.modalForm 
.block-form 
.text-small {
    max-width: 100%;
    margin-left: 0;
}

@media (max-width: 640px) {
	.modalForm {
		padding: 0;
		height: 100vh;
	}
	.modalForm 
	.wrapper {
		width: 100vw;
		padding: 48px 0 0;
		margin: auto;
	}
	.modalForm iframe {
    	height: 82vh;
		order: none;
	}
	.modalForm 
	.js-modal-close {
		right: 0px;
		top: -48px;
	}
}
