.product-block--jotform {

	.jotform-btn_container {
		width: 100%;
		.button {
			width: 100%;
			display: block;
			text-align: center;
			background: #fd2020;
			color: #fff;
			text-decoration: none;
			padding: 13px 20px;
			border-radius: 4px;
		}
	}

	.jotform-embed-modal {

		position: fixed;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		z-index: 999999;
		display: none;

		.modal--inner {

			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: #fff;
			border-radius: 6px;
			width: 700px;
			max-width: 100%;
			max-height: 90vh;
			overflow: auto;

			@media screen and (max-width: 720px) {
				max-height: 100vh;
				border-radius: 0;
			}

			.close-icon {

				position: absolute;
			    top: 20px;
			    right: 20px;
			    width: 24px;
			    height: 24px;
			    background: url(icon-close.svg) no-repeat center center / contain;
			    cursor: pointer;

			}

			iframe {

				width: 100%;

			}

		}

	}

}

.jotform-section {

	.jotform_markup {

		width: 900px;
		max-width: 100%;
		margin: 0 auto;

		iframe {

			width: 100%;

		}

	}

}