html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent!important;
}
body {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased!important;
}
.progress_div_with_gif img {
	height: 50px;
	width: 50px;
	top: calc(100% - 120px);
	left:0;
	position:relative
}
.footer_form_wrapper {
	width: 100%;
	max-width: 100%;
	margin:auto;
}
.footer_form {
	float: right;
	width: 100%;
	position: relative;
	box-sizing:border-box;
}
.footer_form_fields {
	float: right;
	width: 100%;
}
.footer_form_short_field {
	float: right;
	width: 32%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.footer_form_long_field {
	float: right;
	width: 100%;
	margin-bottom: 2%;
}
.footer_form_short_field input {
	width: 100%;
	float: right;
	font-size: 17px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	overflow: visible;
	direction: rtl;
	line-height: 1em;
	box-sizing: border-box;
	display: inline-block;
	padding:9px;
	background-color: #fff;
	border: 0;
	border: 0px solid #6e8188;
	color: #082733;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	border-radius:3px;
}
.footer_form_short_field input:focus {
    color:#082733;
	border: 0px solid #6e8188!important;
}
.footer_form_long_field input {
	width: 100%;
	float: right;
	font-size: 17px;
	padding:9px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	overflow: visible;
	direction: rtl;
	line-height: 1em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
	border: 0;
	border: 0px solid #6e8188;
	color: #082733;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	border-radius:3px;
}
.footer_form_long_field input:focus {
	color:#082733;
	border: 0px solid #6e8188!important;
}
.footer_form_long_field textarea {
	width: 100%;
	float: right;
	font-size: 17px;
	padding-top:9px;
	padding-bottom:9px;
	padding-right:9px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	overflow: visible;
	direction: rtl;
	line-height: 1em;
	box-sizing: border-box;
	display: inline-block;
	max-height:100px;
	background-color: #fff;
	border: 0;
	border: 0px solid #6e8188;
	color: #082733;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	border-radius:3px;
}
.footer_form_long_field select {
	width: 100%;
	float: right;
	font-size: 17px;
	padding:9px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	overflow: visible;
	direction: rtl;
	line-height: 1em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
	border: 0;
	border: 0px solid #6e8188;
	color: #082733;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	border-radius:3px;
}
.footer_form_checkbox_container {
	width: auto;
	float: right;
	margin-top: 0px;
	direction: rtl;
}
.footer_form_checkbox {
	float: right;
	width: 20px;
	text-align: right;
	margin-left: 5px;
}
.footer_form_checkbox_title {
	float: right;
	width: auto;
	text-align: right;	
	font-size: 16px;
	font-weight: 400;
	direction: rtl;
	line-height:1.2em;
	color:#ffffff;
}
.contact_page_form_send {
	width: 120px;
	float: left;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
	margin-top: 5px;
}
.contact_page_section_form_send {
	width: 90px;
	float: left;
	margin-top: 0px;
}
.contact_page_btn {
	float: left;
	line-height: 1em !important;
	font-size: 17px !important;
	font-weight: 400;
	width: 100%;
	text-align: center;
	cursor: pointer !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border:0;
	border: 1px solid #00abcc !important;
	color: #fff;
	background-color: #00abcc !important;
	border-radius:2px;
	font-family: 'Heebo', sans-serif;
}
.contact_page_btn:hover {
	background-color: #082733 !important;
	color: #fff;
	border: 1px solid #082733 !important;
}
.contact_page_btn:focus {
	float: left;
	line-height: 1em !important;
	font-size: 17px !important;
	font-weight: 400;
	width: 100%;
	text-align: center;
	cursor: pointer !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border:0;
	border: 1px solid #082733 !important;
	color: #fff;
	background-color: #082733 !important;
	border-radius:2px;
	font-family: 'Heebo', sans-serif;
}
.footer_form_grid {
	float:right;
	width: 100%;
}
.response_from_server {
	float:left;
	width: auto;
	color:#cfb27f;
	font-size:17px;
	text-align:left;
	direction:rtl;
	margin-left:10px;
	margin-top:6px;
	font-weight:700
}
.footer_form_inside {
	float:right;
	width: 100%;
}
.footer_form_title {
	width: 100%;
	float: right;
	font-family: 'almoni-neue', sans-serif;
	font-weight:900;
	direction:rtl;
	color:#fff;
	text-align:center;
}
.footer_form_text {
	width: 100%;
	float: right;
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	direction:rtl;
	color:#fff;
	text-align:center;
}
@media all and (min-width: 1438px) {
.footer_form {
	height:300px
}
.footer_form_grid {
	width: 100%;
}
.footer_form_short_field:nth-of-type(3n) {
	margin-left: 0%;
}
.footer_form_inside {
	
}
.footer_form_title {
	margin-bottom: 10px;
	font-size: 45px;
    line-height: 1.1em;
}
.footer_form_text {
	font-size: 22px;
    line-height: 1.1em;
}

}

@media all and (max-width: 1439px) and (min-width: 769px) {
.footer_form {
	height:300px
}
	.footer_form_short_field:nth-of-type(3n) {
	margin-left: 0%;
}
.footer_form_inside {
	
}
.footer_form_title {
	margin-bottom: 6px;
	font-size: 32px;
    line-height: 1.1em;
}
.footer_form_text {
	font-size: 22px;
    line-height: 1.1em;
	margin-bottom:50px
}
}
@media (max-width: 768px) and (min-width: 481px) {
.footer_form {
	width: 100%;
	min-height:300px;
	padding:0px 35px
}
.footer_form_short_field {
	float: right;
	width: 100%;
	margin-bottom:30px;
	margin-left: 0!important;
}
.footer_form_short_field:nth-of-type(2n) {
	margin-left: 0%!important;
}
	.footer_form_short_field:nth-of-type(3n) {
	margin-left: 0%;
}
.footer_form_inside {
	
}
.footer_form_title {
	margin-bottom: 10px;
	font-size: 28px;
    line-height: 1.1em;
}
.footer_form_text {
	font-size: 17px;
    line-height: 1.1em;
	margin-bottom:30px
}
}
@media (max-width: 480px) and (min-width: 319px) {
.footer_form {
	width: 100%;
	min-height:530px;
	padding:0px 35px
}
.footer_form_short_field {
	float: right;
	width: 100%;
	margin-bottom: 25px;
	margin-left: 0;
}
.footer_form_short_field:nth-of-type(2n) {
	margin-left: 0;
}
.contact_page_section_form_send {
	width: 100%;
}
.contact_page_btn {
	font-size: 16px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-top:15px
}
	.footer_form_long_field {
	margin-bottom: 15px;
}
.footer_form_inside {
	padding-top: 0px;
}
.footer_form_title {
	margin-bottom: 5px;
	font-size: 30px;
    line-height: 1.1em;
}
.footer_form_text {
	font-size: 17px;
    line-height: 1.1em;
	margin-bottom: 35px;
}
}
@media all and (max-width:320px) {
.footer_form {
	width: 100%;
	min-height:530px;
	padding:0px 35px
}
.footer_form_short_field {
	float: right;
	width: 100%;
	margin-bottom: 25px;
	margin-left: 0;
}
.footer_form_short_field:nth-of-type(2n) {
	margin-left: 0;
}
.contact_page_section_form_send {
	width: 100%;
}
.contact_page_btn {
	font-size: 16px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-top:15px
}
	.footer_form_long_field {
	margin-bottom: 15px;
}
.footer_form_inside {
	padding-top:20px;
}
.footer_form_title {
	margin-bottom: 5px;
	font-size: 30px;
    line-height: 1.1em;
}
.footer_form_text {
	font-size: 17px;
    line-height: 1.1em;
	margin-bottom: 35px;
}
}