	@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');

						#order_form {
							background: white url("../images/formbg.jpg") no-repeat scroll 0% 0% / cover;
							padding: 10px 30px 155px;
							max-width: 600px;
							font-family: Arial;
							margin: 7px;
						}

						.h2qe {
							font-size: 30px !important;
							color: #444444 !important;
							font-family: 'Ubuntu', sans-serif;
						}

						#order_form div {
							background: transparent none repeat scroll 0% 0% !important;
						}

						#content img {
							max-width: 100%;
							display: block;
							margin: 20px 0px;
						}

						#order_form h2 {
							margin: 25px 0px 0px;
							padding: 0px;
							line-height: 32px;
							border: medium none;
						}

						#order_form span {
							font-size: 16px;
						}

						#order_form .order_form_pole {
							padding: 10px;
							margin: 10px;
						}

						#order_form label {
							width: 230px;
							display: block;
							font-weight: bold;
							font-size: 16px;
						}

						#order_form input {
							font-size: 20px;
							padding: 6px;
							border-radius: 3px;
							border: 2px solid rgb(233, 215, 220);
							max-width: 300px;
							width: 100%;
						}

						#order_form button,
						.obutton {
							display: inline-block;
							padding: 7px;
							color: rgb(255, 255, 255);
							font-weight: 700;
							text-decoration: none;
							box-shadow: 0px 4px 15px 0px rgba(129, 150, 160, 0.45);
							border-radius: 5px;
							background-color: rgb(2, 153, 255);
							background-position: 1.35em 0.94em;
							background-size: 1em auto;
							background-repeat: no-repeat;
							transition: all 0.15s ease-in-out 0s;
							border: medium none;
							cursor: pointer;
							font-size: 20px;
							max-width: 300px;
							width: 100%;
						}

						@media screen and (max-width: 480px) {
							#order_form .order_form_pole {
								padding: 0px;
								margin: 2px;
							}

							#order_form h2 {
								margin: -12px 0px 0px;
							}

							#order_form {
								margin-left: -20px;
								margin-right: -20px;
								padding: 7px;
							}

							#order_form {
								padding: 10px 10px 180px;
								margin-bottom: -180px;
							}
						}