.cform_long_field input:focus,.cform_short_field input,.cform_short_field select,.contact_page_btn,.contact_page_btn:focus,body {
     font-family: "Noto Sans Hebrew", sans-serif;
}

.cform_long_field input,.cform_long_field textarea,.cform_short_field input,.cform_short_field select {
    color: #686868;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    overflow: visible;
    line-height: 1em;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    direction: rtl
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,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;
    -webkit-font-smoothing: subpixel-antialiased!important
}

.cform_wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-radius: 7px!important
}

.cform {
    float: right;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 30px
}

.cform_title {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    font-size: 21px;
    text-align: center;
    color: #fff
}

.cform_fields {
    float: right;
    width: 100%;
	position:relative
}

.cform_short_field {
    float: right;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 20%
}

.cform_short_field:nth-of-type(2n) {
    margin-left: 0
}
.cform_long_field {
    float: right;
    width: 100%;
    margin-bottom: 2%
}
.cform_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: 15px;
	background-color: #f4f4f4;
	border: 0;
	border: 0px solid #6e8188;
	color: #686868;
	font-family: 'Polin', sans-serif;
	font-weight: 300;
	border-radius: 25px;
}

.cform_long_field input,.cform_long_field textarea,.cform_short_field input:focus {

}

.cform_long_field input {
    width: 100%;
    font-size: 17px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 9px
}

.cform_long_field input:focus {
    border: 1px solid #6d6e71
}

.cform_long_field textarea {
    width: 100%;
	float: right;
	font-size: 18px;
	padding: 15px 22px;
	-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: 60px;
	background-color: #f4f4f4;
	border: 0;
	border: 0px solid #6e8188;
	color: #686868;
	font-family: 'Polin', sans-serif;
	font-weight:300;
	border-radius: 25px;
}

.cform_short_field select {
    width: 100%;
	float: right;
	height:55px;
	font-size: 18px;
	padding: 0px 15px;
	-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: #f4f4f4;
	border: 0;
	color: #686868;
	font-family: 'Polin', sans-serif;
	font-weight:300;
	border-radius: 25px;
}

.cform_checkbox_container {
    width: auto;
    float: right;
    margin-top: 11px;
    direction: rtl
}

.cform_checkbox {
    float: right;
    width: 20px;
    text-align: right;
    margin-left: 10px
}

.cform_checkbox_title {
    float: right;
    width: auto;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    direction: rtl;
    line-height: 1.5em
}

.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: 150px;
    float: left;
    margin-top: 0
}

.contact_page_btn {
	float: left;
	line-height: 1em !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	width: 100%;
	text-align: center;
	cursor: pointer !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	border:0;
	color: #fff !important;
	background: linear-gradient(to left, #b61f2e, #d36035);
	border-radius: 25px;
}
.contact_page_btn:hover {
	background: linear-gradient(to top, #4c4c4c, #4c4c4c);
	color: #fff !important;
	border: 0px solid #4c4c4c !important;
}
.contact_page_btn:focus {
	float: left;
	line-height: 1em !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	width: 100%;
	text-align: center;
	cursor: pointer !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	border:0;
	color: #fff !important;
	background: linear-gradient(to bottom, #b61e33, #b61e33);
	border-radius: 25px;
}

.cform_grid {
    float: right
}

.cform_map {
    float: left
}

@media all and (min-width: 1438px) {
.cform_grid,.cform_map {
    width:49%;
    border-radius: 7px
}

.cform {
    height: 300px
}

.cform_grid {
    margin-left: 1%
}

.cform_map {
    margin-right: 1%;
    height: 305px
}
}

@media all and (max-width: 1439px) and (min-width:769px) {
.cform_grid,.cform_map {
    width:49%;
    border-radius: 7px
}

.cform {
    height: 300px
}

.cform_grid {
    margin-left: 1%
}

.cform_map {
    margin-right: 1%;
    height: 305px
}
}

@media (max-width: 768px) and (min-width:481px) {
    .cform,.cform_grid,.cform_map {
        width:100%
    }

    .cform {
        height: 300px
    }

    .cform_map {
        margin-top: 10px;
        border-radius: 7px
    }

    .cform_short_field {
        float: right;
        width: 49%;
        margin-bottom: 2%;
        margin-left: 2%
    }

    .cform_short_field:nth-of-type(2n) {
        float: right;
        width: 49%;
        margin-bottom: 2%;
        margin-left: 0
    }
}

@media (max-width: 480px) and (min-width:319px) {
    .cform {
        width:100%;
        height: 510px;
        padding: 15px
    }

    .cform_grid,.cform_short_field:nth-of-type(2n) {
        width: 100%;
        border-radius: 7px!important
    }

    .cform_map {
        width: 100%;
        margin-top: 10px;
        border-radius: 7px
    }

    .cform_short_field {
        float: right;
        width: 100%;
        margin-bottom: 15px!important;
        margin-left: 0
    }

    .contact_page_section_form_send {
        width: 100%;
        margin-top: 7px
    }

    .contact_page_btn {
        font-size: 18px!important;
        padding-top: 9px!important;
        padding-bottom: 10px!important
    }
}

@media all and (max-width: 320px) {
    .cform {
        width:100%;
        height: 510px;
        padding: 15px
    }

    .cform_grid,.cform_short_field:nth-of-type(2n) {
        width: 100%;
        border-radius: 7px!important
    }

    .cform_map {
        width: 100%;
        margin-top: 10px;
        border-radius: 7px
    }

    .cform_short_field {
        float: right;
        width: 100%;
        margin-bottom: 10px!important;
        margin-left: 0
    }

    .contact_page_section_form_send {
        width: 100%;
        margin-top: 7px
    }

    .contact_page_btn {
        font-size: 18px!important;
        padding-top: 9px!important;
        padding-bottom: 10px!important
    }
}
