.cform_long_field input,.cform_long_field textarea,.cform_short_field input,.cform_short_field select {
    color: #373737;
    -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;
    font-family: 'Varela Round',sans-serif;
    -webkit-font-smoothing: subpixel-antialiased!important
}

.cform_wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.cform {
    float: right;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 50px;
    border-radius:15px!important;
}

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

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

.cform_short_field {
    float: right;
    width: 48%;
    margin-bottom: 4%;
    margin-left: 4%
}

.cform_short_field:nth-of-type(2n) {
    margin-left: 0
}

.cform_long_field {
    float: right;
    width: 100%;
    margin-bottom: 2%
}

.cform_short_field input {
    float:right;   
    width: 100%;
    height:50px;
    font-size:16px; 
    padding: 0 15px;
    border: 1px solid #f9f9f9; 
    color: #373737;
    background-color: #f4f4f6;
    border-radius:10px;
}

.cform_long_field input,.cform_long_field textarea,.cform_short_field input:focus {
    border: 1px solid #ccc;
    font-family: 'Varela Round',sans-serif
}

.cform_long_field input {
    float:right;   
    width: 100%;
    height:50px;
    font-size:16px; 
    padding: 0 15px;
    border: 1px solid #f9f9f9; 
    color: #373737;
    background-color: #f4f4f6;
    border-radius:10px;
}

.cform_long_field input:focus {
    border: 1px solid #6d6e71;
    font-family: 'Varela Round',sans-serif
}

.cform_long_field textarea {
    width: 100%;
    height: 120px;
    float:right;   
    width: 100%;
    font-size:16px; 
    padding: 15px 15px 0 15px;
    border: 1px solid #f9f9f9; 
    color: #373737;
    background-color: #f4f4f6;
    border-radius:10px;
}

.cform_short_field select {
        width: 100%;
    height: 50px;
    float:right;   
    width: 100%;
    font-size:16px; 
    padding: 0 15px;
    border: 1px solid #f9f9f9; 
    color: #373737;
    background-color: #f4f4f6;
    border-radius:10px;
}

.cform_checkbox_container {
    float:right;
    width: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

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

.cform_checkbox_title {
    float: right;
    width: auto;
    text-align: right;
    font-size: 15px;
    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: auto;
    float: left;
    margin-top: 0
}

.contact_page_btn,.contact_page_btn:focus {
    width: 100%;
    height:45px;
    float: left;
    padding: 0 35px;
    font-size: 17px;
    font-weight: 400;  
    cursor: pointer!important;
    align-items: center;
    display: flex;
    justify-content: center;
}

.contact_page_btn {
    border: 2px solid #6bc8cc!important;
    color: #fff;
    background-color: #6bc8cc!important;
    border-radius: 25px
}

.contact_page_btn:hover {
    background-color: #73a7c1!important;
    border: 2px solid #73a7c1!important;
    color: #1d1d1b
}

.contact_page_btn:focus {
    border: 2px solid #72a7c1!important;
    color: #fff;
    background-color: #72a7c1!important
}

.cform_grid {
    float: right
}

.cform_map {
    float: left
}

    .cform_map  {
        border-radius:15px
    }

@media all and (min-width: 1438px) {
    .cform {
        height:300px
    }

    .cform_grid {
        width: 49%;
        margin-left: 1%;
        border-radius:15px;
    }

    .cform_map {
        width: 49%;
        margin-right: 1%;
        height: 450px;
    }
}

@media all and (max-width: 1439px) and (min-width:769px) {
    .cform {
        height:300px;
    }

    .cform_grid {
        width: 49%;
        margin-left: 1%;
        border-radius:15px;
    }

    .cform_map {
        width: 49%;
        margin-right: 1%;
        height: 390px;
    }
}

@media (max-width: 768px) and (min-width:481px) {
.cform {
    width:100%;
    height: 510px;
    padding: 15px;
    
}
.cform_grid,.cform_short_field:nth-of-type(2n) {
    width: 100%;
    border-radius:15px!important;
}
.cform_map {
    width: 100%;
    margin-top: 10px
}
.cform_short_field {
    float: right;
    width: 100%;
    margin-bottom: 2%;
    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 (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:15px!important;
}
.cform_map {
    width: 100%;
    margin-top: 10px
}
.cform_short_field {
    float: right;
    width: 100%;
    margin-bottom: 2%;
    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:15px!important;
}
.cform_map {
    width: 100%;
    margin-top: 10px
}
.cform_short_field {
    float: right;
    width: 100%;
    margin-bottom: 2%;
    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
}
}
