.overlay_contact_reg {
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10000000;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.overlay_contact_reg:target {
    visibility: visible;
    opacity: 1
}

.contact_toggle_popup_container_reg {
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    visibility: hidden;
    z-index: 1000000000;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .5s,top .5s;
    -moz-transition: opacity .5s,top .5s;
    -ms-transition: opacity .5s,top .5s;
    -o-transition: opacity .5s,top .5s;
    transition: opacity .5s,top .5s
}

.close_reg_contact {
    width: 30px;
    height: 30px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    background-color: #a31d2b;
    z-index: 10
}

.contact_toggle_popup_inside_subtitle_reg,.contact_toggle_popup_inside_title_reg,.popup_btn_container {
    width: 100%;
    float: right;
    text-align: center;
    direction: rtl
}

.contact_toggle_popup_inside_title_reg {
    font-weight: 700
}

.contact_toggle_popup_inside_subtitle_reg {
    padding-top: 0;
    font-weight: 400
}

.popup_btn_container {
    display: inline-block;
    margin-top: 15px;
    position: relative
}

.popup_btn {
    width: auto;
    text-align: justify;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    padding: 10px 20px 12px;
    background-color: #333333;
    color: #fff
}

.popup_btn:hover {
    background-color: #575757
}

.popup_btn:focus {
    background-color: #333333!important
}

.close_reg_contact:before {
    color: #fff;
    content: "X";
    font-size: 17px;
    font-family: arial
}

.popup_left_text_up_p,.popup_left_text_up_sub_title,.popup_left_text_up_title {
    width: 100%;
    float: left;
    direction: rtl
}

@media all and (min-width: 1438px) {
    .contact_toggle_popup_container_reg {
        top:50%
    }

    .contact_toggle_popup_background_reg {
        width: 800px;
        float: none;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        height: 400px;
        background-color: #fff;
        box-shadow: 0 0 24px 0 rgba(32,47,57,.2)
    }

    .popup_right_image {
        width: 400px;
        height: 400px;
        float: right
    }

    .popup_left_container {
        width: 400px;
        float: left;
        position: relative
    }

    .popup_left_image {
        width: 100%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 0
    }

    .popup_left_content_container {
        width: 100%;
        float: left;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1
    }

    .popup_left_text_up {
        width: 100%;
        float: left;
        padding: 40px 30px 15px;
        box-sizing: border-box
    }

    .popup_left_text_up_title {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 0
    }

    .popup_left_text_up_sub_title {
        font-size: 21px;
        line-height: 1.1em;
        margin-bottom: 15px
    }

    .popup_left_text_up_p {
        font-size: 17px;
        line-height: 1.3em
    }

    .popup_form_content {
        width: 100%;
        float: left;
        font-size: 17px;
        line-height: 1.1em;
        margin-top: 10px
    }

    .contact_popup_content_container {
        width: 100%;
        float: right;
        padding: 0 30px;
        box-sizing: border-box
    }
}

@media (max-width: 1439px) and (min-width:769px) {
    .contact_toggle_popup_container_reg {
        top:50%
    }

    .contact_toggle_popup_background_reg {
        width: 800px;
        float: none;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        height: 400px;
        background-color: #fff;
        box-shadow: 0 0 24px 0 rgba(32,47,57,.2)
    }

    .popup_right_image {
        width: 400px;
        height: 400px;
        float: right
    }

    .popup_left_container {
        width: 400px;
        float: left;
        position: relative
    }

    .popup_left_image {
        width: 100%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 0
    }

    .popup_left_content_container {
        width: 100%;
        float: left;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1
    }

    .popup_left_text_up {
        width: 100%;
        float: left;
        padding: 40px 30px 15px;
        box-sizing: border-box
    }

    .popup_left_text_up_title {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 10px
    }

    .popup_left_text_up_sub_title {
        font-size: 21px;
        line-height: 1.1em;
        margin-bottom: 10px
    }

    .popup_left_text_up_p {
        font-size: 17px;
        line-height: 1.3em
    }

    .popup_form_content {
        width: 100%;
        float: left;
        font-size: 17px;
        line-height: 1.1em;
        margin-top: 10px
    }

    .contact_form_popap {
        float: right;
        width: 270px;
        margin-left: calc(50% - 135px);
        margin-right: calc(50% - 135px);
        margin-top: 10px
    }

    .contact_popup_content_container {
        width: 100%;
        float: right;
        padding: 0 30px;
        box-sizing: border-box
    }
}

@media all and (max-width: 768px) and (min-width:481px) {
    .contact_toggle_popup_container_reg {
        top:50%
    }

    .contact_toggle_popup_background_reg {
        width: 400px;
        float: none;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        height: 400px;
        background-color: #fff;
        box-shadow: 0 0 24px 0 rgba(32,47,57,.2)
    }

    .popup_right_image {
        width: 400px;
        height: 400px;
        float: right
    }

    .popup_left_container {
        width: 400px;
        min-height: 200px;
        float: left;
        position: relative;
        background-color: #fff
    }

    .popup_left_image {
        width: 100%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 0
    }

    .popup_left_content_container {
        width: 100%;
        float: left;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1
    }

    .popup_left_text_up {
        width: 100%;
        float: left;
        padding: 15px;
        box-sizing: border-box
    }

    .popup_left_text_up_title {
        font-size: 24px;
        line-height: 1.1em;
        margin-bottom: 5px
    }

    .popup_left_text_up_sub_title {
        font-size: 19px;
        line-height: 1.1em;
        margin-bottom: 5px
    }

    .popup_left_text_up_p {
        font-size: 17px;
        line-height: 1.3em
    }

    .popup_form_content {
        width: 100%;
        float: left;
        font-size: 17px;
        line-height: 1.1em;
        margin-top: 10px
    }

    .contact_form_popap {
        float: right;
        width: 270px;
        margin-left: calc(50% - 135px);
        margin-right: calc(50% - 135px);
        margin-top: 10px
    }

    .contact_popup_content_container {
        width: 100%;
        float: right;
        padding: 0 30px;
        box-sizing: border-box
    }
}

@media all and (max-width: 480px) and (min-width:319px) {
    .contact_toggle_popup_container_reg {
        top:340px
    }

    .contact_toggle_popup_background_reg {
        width: 320px;
        height: 640px;
        float: none;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        box-shadow: 0 0 24px 0 rgba(32,47,57,.2)
    }

    .popup_right_image {
        width: 100%;
        float: right;
        height: 320px
    }

    .popup_left_container {
        width: 100%;
        float: left;
        position: relative
    }

    .popup_left_image {
        width: 100%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 0
    }

    .popup_left_content_container {
        width: 100%;
        float: left;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1
    }

    .popup_left_text_up {
        width: 100%;
        float: left;
        padding: 15px;
        box-sizing: border-box
    }

    .popup_left_text_up_title {
        font-size: 24px;
        line-height: 1.1em;
        margin-bottom: 10px
    }

    .popup_left_text_up_sub_title {
        font-size: 18px;
        line-height: 1.1em;
        margin-bottom: 10px
    }

    .popup_left_text_up_p {
        font-size: 17px;
        line-height: 1.3em
    }

    .popup_form_content {
        width: 100%;
        float: left;
        font-size: 17px;
        line-height: 1.1em;
        margin-top: 5px
    }

    .contact_popup_content_container {
        width: 100%;
        float: right;
        padding: 0 30px;
        box-sizing: border-box
    }
}

@media all and (max-width: 320px) {
    .contact_toggle_popup_container_reg {
        top:340px
    }

    .contact_toggle_popup_background_reg {
        width: 320px;
        height: 640px;
        float: none;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        box-shadow: 0 0 24px 0 rgba(32,47,57,.2)
    }

    .popup_right_image {
        width: 100%;
        float: right;
        height: 320px
    }

    .popup_left_container {
        width: 100%;
        float: left;
        position: relative
    }

    .popup_left_image {
        width: 100%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 0
    }

    .popup_left_content_container {
        width: 100%;
        float: left;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1
    }

    .popup_left_text_up {
        width: 100%;
        float: left;
        padding: 15px;
        box-sizing: border-box
    }

    .popup_left_text_up_title {
        font-size: 24px;
        line-height: 1.1em;
        margin-bottom: 10px
    }

    .popup_left_text_up_sub_title {
        font-size: 18px;
        line-height: 1.1em;
        margin-bottom: 10px
    }

    .popup_left_text_up_p {
        font-size: 17px;
        line-height: 1.3em
    }

    .popup_form_content {
        width: 100%;
        float: left;
        font-size: 17px;
        line-height: 1.1em;
        margin-top: 5px
    }

    .contact_popup_content_container {
        width: 100%;
        float: right;
        padding: 0 30px;
        box-sizing: border-box
    }
}
