/* Popup помощь при регистрации */
#help_popup_reg.help_popup {
    padding: 25px;
    width: 515px;
    font-family: 'Roboto', sans-serif;
}
#help_popup_reg.help_popup .text1 {
    border-radius: 5px;
    color: #ffffff;
    font-size: 28px;
    height: 95px;
    line-height: 95px;
    margin: 10px 0;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background: #0073b0;
    background: -moz-linear-gradient(top,  #0073b0 0%, #007bb7 50%, #0071b2 51%, #0072ae 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073b0), color-stop(50%,#007bb7), color-stop(51%,#0071b2), color-stop(100%,#0072ae));
    background: -webkit-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background: -o-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background: -ms-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background: linear-gradient(to bottom,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073b0', endColorstr='#0072ae',GradientType=0 );
}
#help_popup_reg.help_popup .text1 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}
#help_popup_reg.help_popup .text2 {
    color: #4c5559;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
#help_popup_reg.help_popup .input_form {
    margin: 10px 0;
    width: 100%;
}
#help_popup_reg.help_popup .input_form:before,
#help_popup_reg.help_popup .input_form:after {
    clear: both;
    display: block;
    content: '';
}
#help_popup_reg.help_popup .input_form .col:first-child {
    box-shadow: 1px 0 0 0 #b3b3b3;
    float: left;
    padding: 10px 20px;
    width: 290px;
}
#help_popup_reg.help_popup .input_form .col:last-child {
    float: left;
    padding: 10px 20px;
    width: 145px;
}
#help_popup_reg.help_popup .input_form .col .text {
    border: 1px solid #909090;
    border-radius: 5px;
    box-shadow: 0 20px 10px -15px #cccccc inset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-right: 25px;
}
#help_popup_reg #addPhoneForm .keyboardInputInitiator {
    margin-left: -24px;
    margin-top: -5px;
}
#help_popup_reg.help_popup .input_form .col .help {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
}
#help_popup_reg.help_popup .input_form .col .submit,
#help_popup_reg.help_popup .input_form .col .activate {
    border: 1px solid #87aa50;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
}
#help_popup_reg.help_popup .input_form .col .submit:before {
    background-image: url('/img/phone_icon_g.png');
    content: '';
    display: block;
    height: 27px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 26px;
}
#help_popup_reg.help_popup .input_form .col .online,
#help_popup_reg.help_popup .input_form .col .call{
    border-radius: 5px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 20px;
    /*width: 178px;*/
    text-align: right;
    /*padding-right: 13px;*/
    /*padding-left: 11px;*/
    margin-bottom: 18px;
    padding-top: 5px;
    position: relative;


    width: 150px;
    padding-right: 9px;
    padding-left: 45px;
}
#help_popup_reg.help_popup .input_form .col .call:before
{
    background-image: url('/img/consul_ico2.png');
    content: '';
    display: block;
    height: 37px;
    left: 50%;
    margin-left: -96px;
    position: absolute;
    top: 8px;
    width: 42px;
}
#help_popup_reg.help_popup .input_form .col .online:before {
    background-image: url('/img/consul_ico1.png');
    content: '';
    display: block;
    height: 37px;
    left: 50%;
    margin-left: -96px;
    position: absolute;
    top: 8px;
    width: 42px;
}
#help_popup_reg .blue_but_light {
    color: #ffffff;
    text-decoration: none;
    background: #81a4cc;
    background: -moz-linear-gradient(top,  #81a4cc 0%, #4e719c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81a4cc), color-stop(100%,#4e719c));
    background: -webkit-linear-gradient(top,  #81a4cc 0%,#4e719c 100%);
    background: -o-linear-gradient(top,  #81a4cc 0%,#4e719c 100%);
    background: -ms-linear-gradient(top,  #81a4cc 0%,#4e719c 100%);
    background: linear-gradient(to bottom,  #81a4cc 0%,#4e719c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81a4cc', endColorstr='#4e719c',GradientType=0 );
}
#help_popup_reg .blue_but_light:hover {
    color: #ffffff;
    text-decoration: none;
    background: #8fb4df;
    background: -moz-linear-gradient(top,  #8fb4df 0%, #5d83b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb4df), color-stop(100%,#5d83b2));
    background: -webkit-linear-gradient(top,  #8fb4df 0%,#5d83b2 100%);
    background: -o-linear-gradient(top,  #8fb4df 0%,#5d83b2 100%);
    background: -ms-linear-gradient(top,  #8fb4df 0%,#5d83b2 100%);
    background: linear-gradient(to bottom,  #8fb4df 0%,#5d83b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb4df', endColorstr='#5d83b2',GradientType=0 );
}
#help_popup_reg.help_popup_long {
    background-image: url('/img/page_pop_bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 15px 30px 3px 360px;
    width: 550px;
}
#help_popup_reg.help_popup_long .text1 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #377aad;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;
}
#help_popup_reg.help_popup_long .text2 {
    padding: 0 0 10px;
    text-align: left;
}
#help_popup_reg.help_popup_long .input_form .col:first-child {
    padding-left: 0;
    width: 315px;
}
#help_popup_reg.help_popup_long .input_form .col:last-child {
    padding-right: 0;
    width: 145px;
}
/* конец Popup помощь при регистрации */



.popup_help_registr {
    margin-bottom: 30px;
}

/* general popup*/
.popup_help_registr {
    width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto";
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 30px 25px;
    padding-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup_help_registr_close {
    position: absolute;
    background: url("../img/popups/popup_help_registr_close_white.png") no-repeat center;
    background-size: cover;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 11px;
    display: inline-block;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 5px;
    opacity: 0.8;

}

.popup_help_registr * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.popup_help_registr_title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
}

.popup_help_registr_send, .popup_help_registr_hide, .popup_help_registr_reject {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 0;
    cursor: pointer;
    min-height: 38px;
    font-family: Roboto;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.popup_help_registr_send {
    background-color: #77a02e;
}

.popup_help_registr_hide {
    background-color: #8f9da8;
}

.popup_help_registr_reject {
    background-color: #0c304c;
}

.popup_help_registr_close:hover {
    opacity: 1;
}

.popup_help_registr_send:hover {
    background-color: rgb(150, 204, 57);
}

.popup_help_registr_hide:hover {
    background-color: #b0bdc7;
}

.popup_help_registr_reject:hover {
    background-color: #0f456f;
}



/* popup_domain_personal */
.popup_domain_personal .popup_help_registr_title {
    color: #1f72af;
}

.popup_domain_personal {
    background: #e6e6e6 url(../img/popups/vip_domain/popup_domain_personal.png) no-repeat bottom right;
    background-size: 625px;
    -webkit-box-shadow: 0 10px 10px 0 #e6e6e6 inset, 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px 0 #e6e6e6 inset, 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
}

.popup_domain_personal .popup_help_registr_close {
    background: url("../img/popups/popup_help_registr_close.png") no-repeat center;
    background-size: cover;
}

.popup_domain_personal_more {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 3px;
    padding: 25px 20px;
    margin-top: 30px;
    width: 490px;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.popup_domain_personal_title {
    color: #1a5685;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.popup_domain_personal_info {
    color: #1a5685;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 23px;
}

.popup_domain_personal_more input[type="text"] {
    font-size: 14px;
    color: #1a5685;
    background-color: #fff;
    border: none;
    border-top: 1px solid #c1c5c9;
    border-left: 1px solid #c1c5c9;
    padding: 11px 10px;
    margin-bottom: 20px;
    width: 100%;
}

.popup_domain_personal {
    background-size: cover;
}

.popup_help_registr {
    min-height: 390px;
    height: auto;
}

.wrapper_input_email {
    width: 450px;
    background: rgba(87, 86, 85, 0.4);
    bottom: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    position: static;
}

.wrapper_input_email input[type="text"] {
    width: 80%;
    margin: 0;
}

.wrapper_input_email .popup_help_registr_send {
    height: 20px;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    margin-top: 5px;
    padding: 0 20px;
}

.wrapper_input_domain_personal {
    position: relative;
}

.wrapper_input_domain_personal i.fa {
    position: absolute;
    top: 11px;
    right: 13px;
    color: #1a5685;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

.wrapper_input_domain_personal a.domain_personal_link_copy i.fa:hover {
    font-weight: bold;
}

.popup_domain_personal_more input[type="text"]::-webkit-input-placeholder {
    color: #1a5685;
    font-size: 14px;
}

.popup_domain_personal_more input[type="text"]::-moz-placeholder {
    color: #1a5685;
    font-size: 14px;
}

.popup_domain_personal_more input[type="text"]:-moz-placeholder {
    color: #1a5685;
    font-size: 14px;
}

.popup_domain_personal_more input[type="text"]:-ms-input-placeholder {
    color: #1a5685;
    font-size: 14px;
}

.wrapper_button_domain_personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup_domain_personal_more .popup_help_registr_send {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
}

.popup_domain_personal_more .popup_help_registr_hide {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
}
.wrapper_input_email .send_email {
    background-color: #77a02e;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;

    -ms-flex-preferred-size: inherit;

    flex-basis: inherit;
    margin-top: 5px;
    padding: 5px 20px;
    cursor: pointer;

    font-family: Roboto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.wrapper_input_email .send_email:hover {
    background-color: rgb(150, 204, 57);
}