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

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: Rubik,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: 40px;
    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) {
    float: right;
    width: 48%;
    margin-bottom: 10px;
    margin-left: 0
}

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

.cform_short_field input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    background-color: #f9f9f9;
    border: 0px solid #ccc;
    border-radius: 7px;
    padding-left: 9px;
    font-family: Rubik,sans-serif
}

.cform_long_field input,.cform_long_field textarea,.cform_short_field input:focus {
    border: 0px solid #ccc;
    font-family: Rubik,sans-serif
}

.cform_long_field input {
    width: 100%;
    height:45px;
    font-size: 17px;
    background-color: #fff;
    border-radius: 5px;
    padding-right: 9px
}

.cform_long_field input:focus {
    border: 1px solid #444444;
    font-family: Rubik,sans-serif
}

.cform_long_field textarea {
    width: 100%;
    font-size: 16px!important;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding-left: 9px!important;
    max-height: 90px!important
}

.cform_short_field select {
    width: 100%;
    height:45px;
    font-size: 16px;
    background-color: #f9f9f9!important;
    border: 0px solid #ccc;
    border-radius: 5px;
    padding-right: 7px;
    font-family: Rubik,sans-serif
}
.cform_checkbox_container {
    width: auto;
    float: left;
    margin-top: 0;
    direction: ltr
}

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

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

.contact_page_btn,.contact_page_btn:focus {
    float: left;
    line-height: 1em!important;
    font-size: 16px!important;
    font-weight: 400;
    width: 100%;
    text-align: center;
    cursor: pointer!important;
    padding-top: 11px!important;
    padding-bottom: 10px!important;
    font-family: Rubik,sans-serif
}

.contact_page_btn {
    border: 2px solid #0086c6!important;
    color: #fff;
    background-color: #0086c6!important;
    border-radius: 5px
}

.contact_page_btn:hover {
    background-color: #00677e!important;
    border: 2px solid #00677e!important;
    color: #fff;
}

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

.cform_grid {
    float: left
}

.cform_map {
    float: left
}

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

    .cform_grid {
        width: 49%;
        margin-right: 1%;
        border-radius:15px!important;
        box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.1);
    }

    .cform_map {
        width: 49%;
        margin-left: 1%;
        height: 405px;
            border-radius:15px!important;
    }
}

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

    .cform_grid {
        width: 49%;
        margin-right: 1%;
        border-radius:15px!important;
        box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.1);
    }

    .cform_map {
        width: 49%;
        margin-left: 1%;
        height: 405px;
            border-radius:15px!important;
    }
}

@media (max-width: 768px) and (min-width:481px) {
     .cform {
        width:100%;
        height: 510px;
        padding: 20px;
    border-radius:15px!important;
    }
    
    .cform,.cform_grid,.cform_map {
        width:100%;
        border-radius:7px!important;
    }

    .cform {
        height: 400px
    }

    .cform_map {
        margin-top: 10px
    }

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

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

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

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

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

    .cform_short_field {
        float: right;
        width: 100%;
        margin-bottom: 10px;
        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;
    border-radius:15px!important;
    }

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

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

    .cform_short_field {
        float: right;
        width: 100%;
        margin-bottom: 10px;
        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
    }
}
