.cform_long_field input:focus,.cform_short_field input,.cform_short_field select,.contact_page_btn,.contact_page_btn:focus,body {
    font-family: 'Varela Round',sans-serif
}

.cform_long_field input,.cform_long_field textarea,.cform_short_field input,.cform_short_field select {
    color: #000;
    -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%
}

.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
}

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

.cform_short_field input {
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 9px
}

.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 {
    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%;
    font-size: 16px!important;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 9px!important;
    padding-bottom: 9px!important;
    padding-right: 9px!important;
    max-height: 60px
}

.cform_short_field select {
    width: 100%;
    font-size: 16px;
    background-color: #fff!important;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-right: 5px
}

.cform_checkbox_container {
    width: auto;
    float: right;
    margin-top: 0;
    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: 100px;
    float: left;
    margin-top: 0
}

.contact_page_btn,.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
}

.contact_page_btn {
    border: 2px solid #d00e38!important;
    color: #fff;
    background-color: #d00e38!important;
    border-radius: 3px
}

.contact_page_btn:focus,.contact_page_btn:hover {
    border: 2px solid #9e2626!important;
    color: #fff;
    background-color: #9e2626!important
}

.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: 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
    }
}

@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
    }
}
