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;
}
.fs_font_title {
    font-family: "Heebo", sans-serif;
}
.fs_300 {
    font-weight: 300
}
.fs_400 {
    font-weight: 400
}
.fs_700 {
    font-weight: 700
}
.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;
}
.project_form_wrapper {
	width: 100%;
	float:right;
	padding-top:70px;
	padding-bottom:70px;
}
.footer_form {
	float: right;
	width: 100%;
	position: relative;
	box-sizing:border-box;
}
.project_form {
	float: right;
	width: 100%;
	position: relative;
	box-sizing:border-box;
}
.footer_form_fields {
	float: right;
	width: 100%;
	margin-top:30px;
}
.footer_form_short_field {
	float: right;
	width: 31.33333333333333%;
	margin-bottom: 2%;
	margin-left: 3%;
}
.footer_form_short_field:nth-of-type(3n) {
	margin-left: 0;
}
.footer_form_long_field {
	float: right;
	width:100%;
	margin-bottom: 15px;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.footer_form_field_right {
	float: right;
	width:70%;
}
.footer_form_field_left {
	float: right;
	width:150px;
	display:flex;
}

.footer_form_short_field input {
	width: 100%;
	float: right;
	font-size: 18px;
	-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: 10px;
	background-color: #fff;
	border: 0;
	border: 1px solid #464950;
	color: #464950;
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
}
.footer_form_short_field input:focus {
    color:#464950;
	border: 0px solid #464950!important;
}
.footer_form_long_field input {
	width: 100%;
	float: right;
	font-size: 18px;
	padding: 12px;
	-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 #464950;
	color: #464950;
	font-family: "Heebo", sans-serif;
	font-weight:300;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
}
.footer_form_long_field input:focus {
	color:#464950;
	border: 1px solid #464950!important;
}
.footer_form_long_field textarea {
	width: 100%;
	float: right;
	font-size: 18px;
	padding: 10px;
	-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;
	height: 200px;
	background-color: #fff;
	border: 0;
	border: 1px solid #464950;
	color: #464950;
	font-family: "Heebo", sans-serif;
	font-weight:300;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 55px;
}
.footer_form_short_field select {
	width: 100%;
	float: right;
	font-size: 18px;
	padding: 10px;
	-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: 1px solid #464950;
	color: #464950;
	font-family: "Heebo", sans-serif;
	font-weight:300;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
}
.footer_form_short_field select option {
	font-weight:300!important;
}
.footer_form_checkbox_container {
	width: auto;
	float: right;
	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: 15px;
	font-weight: 300;
	direction: rtl;
	line-height:1.2em;
	color:#fff;
}
.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: 120px;
	float: left;
	margin-top: 0px;
}
.contact_page_btn {
	float: left;
	line-height: 1em !important;
	font-size: 19px !important;
	font-weight: 400 !important;
	width: 100%;
	text-align: center;
	cursor: pointer !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	border:0;
	color: #fff !important;
	background-color:#40444a!important;
	border-top-right-radius: 25px;
	border-top-left-radius: 0!important;
	font-family: "Heebo", sans-serif;
}
.contact_page_btn:hover {
	background-color: #b75f31 !important;
	color: #fff !important;
	border: 0px solid #000 !important;
}
.contact_page_btn:focus {
	float: left;
	line-height: 1em !important;
	font-size: 19px !important;
	font-weight: 400 !important;
	width: 100%;
	text-align: center;
	cursor: pointer !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	border:0;
	color: #fff !important;
	background-color:#40444a!important;
	border-top-right-radius: 25px;
	border-top-left-radius: 0!important;
	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;
	text-decoration: none;
    direction: rtl;
	font-size: 70px;
    line-height: 1.2em;
	margin-bottom: 25px;
}
.footer_form_text {
	width: 100%;
    float: right;
	text-decoration: none;
    direction: rtl;
	font-size: 22px;
    line-height: 1.2em
}
.footer_form_title_con {
	width: auto;
    float: right;
}
.footer_form_icons {
	width: auto;
    float: left;
}
.footer_form_icon_img {
	width: auto;
    float: left;
	margin-right:30px
}
.footer_form_icon_img img {
	width: 70px;
}
.borderTop {
	border-top: 1px solid #41444b
}
@media all and (min-width: 1438px) {
.footer_form {
	height:300px
}
.footer_form_short_field:nth-of-type(4n) {
	margin-left: 0%;
}
.footer_form_inside {
	
}
}
@media all and (max-width: 1439px) and (min-width: 769px) {
.footer_form {
	height:300px
}
.footer_form_short_field:nth-of-type(4n) {
	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:20px
}
}
@media (max-width: 768px) and (min-width: 319px) {
.footer_form {
	width: 100%;
	min-height:550px;
	padding: 30px 0px;
}
.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: 18px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-top:15px
}
.footer_form_long_field {
	margin-bottom: 15px;
	display:flex;
	flex-direction: column;
}
.footer_form_inside {
	padding-top: 0px;
}
.footer_form_title {
	margin-bottom: 0px;
	font-size: 35px;
    line-height: 1.1em;
	text-align:center
}
.footer_form_text {
	font-size: 17px;
    line-height: 1.1em;
	margin-bottom: 15px;
	text-align:center
}
.footer_form_fields {
	margin-top:30px;
}
.footer_form_icons {
	width: 100%;
    float: left;
	text-align:center;
	display:inline-block;
	margin-top:25px
}
.footer_form_icon_img {
	width: auto;
    float: none;
	margin-left:15px;
	margin-right:15px;
	display:inline-block
}
.footer_form_icon_img img {
	width: 60px;
}
.footer_form_field_right {
	width:100%;
}
.footer_form_field_left {
	width:100%;
	margin-bottom:10px
}
.footer_form_long_field textarea {
	height: 80px;
}
.project_form_wrapper {

	padding-top:30px;
	padding-bottom:30px;
}
}

@media all and (max-width:320px) {

}


.project_page_btn {
	color: #fff !important;
	background-color:#b75f31!important;
}
.project_page_btn:hover {
	background-color: #b75f31 !important;
	color: #fff !important;
	border: 0px solid #000 !important;
}
.project_page_btn:focus {
	color: #fff !important;
	background-color:#40444a!important;
}