
.popup_shadow {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    z-index: 1000;
    background: url('/static/images/x_shadow.png');
    display: none;
}

.popup {
    position: absolute;
    top:100px;
    left: 100px;
    z-index: 100;
    box-shadow: 0 3px 10px 5px #b9b8c6;
    border: 3px solid #00bdd9;
    border-radius: 15px;
    background: #fff;

    display: none;
}
    .popup_shadow .popup {
        box-shadow: 0 3px 20px 5px #226666;
    }

    .popup_tail {
        width: 36px;
        height: 26px;
        position: absolute;
        top: -26px;
        left: 40px;
        background: url('/static/images/popup_tail.png') no-repeat 0 0;
        border-bottom: 1px solid #fff;
    }
    .popup_closer {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 10;
        background: #9de0ea url('/static/images/popup_closer_big.png') no-repeat 0 0;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color, 150ms;
    }
    .popup_closer:hover {
        background-color: #73d3e1;
    }
    .popup_content {
        padding: 15px;
    }



/* Форма логина */
.popup_login {
    width: 410px;
    margin: 0 0 0 -205px;
    left: 50%;
}
.popup_login_form_table {

}
    .popup_login_form_table th {
        padding: 4px 10px 15px 0;
        font-size: 18px;
        text-align: right;
        font-weight: normal;
    }
    .popup_login_form_table td {
        padding: 0 0 15px 0;
        text-align: left;
    }

        .popup_login_trigger_enter,
        .popup_login_trigger_reg {
            margin: 0 20px 0 0;
            font-size: 18px;
        }

        .popup_login_trigger_active,
        .popup_login_trigger_active:hover {
            margin: 0 6px 0 0;
            padding: 2px 6px 2px;

            display: inline-block;
            position: relative;
            left: -7px;
            border-radius: 4px;

            background: #cde3ee;
            background: -moz-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde3ee), color-stop(100%,#e9f0f8));
            background: -webkit-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -o-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -ms-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde3ee', endColorstr='#e9f0f8',GradientType=0 );
            background: linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);

            box-shadow: inset 0 1px 1px #96acc1;
            border: 1px solid #cdd5e0 !important;
            border-top-color: #96acc1 !important;
            border-bottom-color: #e9eaee !important;

            color:#000 !important;
            cursor: default;
        }

        .popup_login_input_mail {
            box-sizing: border-box;
            margin-right: 50px;
            padding: 2px;
            width: 100%;
        }
        .popup_login_input_pass {
            box-sizing: border-box;
            width: 100%;
            padding: 2px 30px 2px 2px;
            vertical-align: middle;
        }
            .popup_login_input_pass_trigger {
                width: 19px;
                height: 10px;
                margin: 0 -19px 0 0;
                position: relative;
                left: -25px;
                display: inline-block;
                background: url('/static/images/eyes.png') no-repeat 0 0;
                vertical-align: middle;
                cursor: pointer;
            }
            .popup_login_input_pass_trigger_visible {
                background-position: 100% 0;
            }
.popup_login_forget_link {
    font-size: 16px;
    margin: 0 0 0 20px;
}
.popup_login .popup_login_form_table td.invalid {
    position: relative;
}
.popup_login .popup_login_validator_tooltip {
    background: #D63B4F;
    color: #fff;
    position: absolute;
    left: 100%;
    margin: 0 0 0 20px;
    top: 0;
    max-width: 200px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.popup_login .popup_login_validator_tooltip .popup_login_validator_tooltip_content {
    padding: 5px 10px;
}

.popup_login .popup_login_validator_tooltip_arrow_left {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #D63B4F;
    position: absolute;
    right: 100%;
}

.popup_login .popup_login_form_table td.invalid .popup_login_validator_tooltip {
    visibility: visible;
    opacity: 1;
}

    .popup_login_social_td {
        width: 360px;
        color: #666;
        font-size: 16px;
    }
        .popup_login_social {
            width: 100px;
            padding: 15px 0 0 23px;
            float: left;
        }
            .popup_login_social i {
                width: 16px;
                height: 16px;
                margin: 0 -16px 0 0;
                display: inline-block;
                position: relative;
                left: -23px;
                background: url('/static/images/social.png') no-repeat 0 0;
                vertical-align: -2px;
            }
                .popup_login_social i.Twitter {background-position: 0 0;}
                .popup_login_social i.Facebook {background-position: 0 -16px;}
                .popup_login_social i.VK {background-position: 0 -32px;}
                .popup_login_social i.Google {background-position: 0 -48px;}

    .popup_login_form_table .lost-{
        margin:0 0 0 20px;
        position: relative;
        top: -2px;
        font-size: 14px;
    }

    .popup_login .submit_login {
        position: relative;
    }
.popup_login_remember{
    position: relative;
    margin-left: 20px;
}
.popup_login_remember input{
    position: absolute;
    right:100%;
    top:4px;
    margin:0 5px 0 0;
}


/********/

.popup_regions {
    width: 290px;
    left: auto;
    right: 20px;
}
    .popup_regions .popup_tail {
        right: 30px;
        left: auto;
    }


    .popup_regions_filter_row {
        background: white;
        padding: 0 0 3px 0;
        position: relative;
        margin: 0;
        z-index: 9;
    }
    .popup_regions_filter {
        width: 230px;
        padding-right: 25px;
    }

        .popup_regions_filter_icon {
                width: 15px;
                height: 15px;
                margin: 0 -15px 0 0;
                position: relative;
                left: -20px;
                display: inline-block;
                background: url('global/zoom_icon.png') no-repeat 0 0;
                vertical-align: -2px;

            }

    .popup_regions_filter_res {
        position: relative;
        z-index: 10000;
        background: white;
        height: 315px;
        width: 100%;
        margin: 0;
        /*padding: 35px 0 0 0;*/
        padding: 0;
        overflow: auto;
        display: none;
    }

    .popup_regions_finder {
        width: 100%;
        height: 350px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
    }
        .popup_regions_finder ul {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            overflow: auto;
            display: inline-block;
            /*display: inline;*/
            zoom:1;
            vertical-align: top;
        }
        .popup_regions ul li {
            margin: 0;
            padding: 3px 10px 3px 10px;
            cursor: pointer;
        }
            .popup_regions ul li:before {display: none;}
        .popup_regions ul li:hover {background: #eee;}

            .popup_regions ul li.selected {
                background: #b7e8ef;
            }

        .popup_regions li small {
            font-size: 11px;
            color: #808080;
        }

        .popup_regions_finder ul.regions_finder_widelist {
            height: 100%;
            width: 330px;
            margin: 30px 0 0 10px;
        }

    .popup_regions_submit_row {
        padding: 20px 0 0;
        font-size: 16px;
    }

    .popup_regions_tips_row{
        padding: 10px 0 0 0;
    }
        .popup_regions_tips_row span{
            background-color: #B7E8EF;
            position: relative;
            display: inline-block;
            border: 1px solid #23BDD5;
            border-radius: 3px;
            line-height: 16px;
            margin: 5px 5px 0px 0px;
            padding: 2px 17px 2px 5px;
        }

        .popup_regions_tips_row i{
            background: url('global/popup_closer.gif') no-repeat 0 0;
            right: 5px;
            top: 50%;
            margin: -4px 0 0 0;
            cursor: pointer;
            position: absolute;
            height: 7px;
            width: 7px;
        }

        .popup_regions_tips_row i:hover{
            background-position: 0 100%;
        }

/********************************/
.popup_complaint {
    width: 640px;
    top:100px;
    left:40px;
}

.popup_complaint.advanced {
    width: auto;
}

    .popup_complaint_title {
        padding: 0 0 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .popup_complaint_tab {
        width: 100%;
        margin: 0 0 15px;
    }

    .popup_complaint_tab.advanced {
        margin: 0;
    }

        .popup_complaint_col_l {
            width: 50%;
            padding: 0 10px 0 0;
        }

        .popup_complaint_col_r {
            width: 50%;
            padding: 0 0 0 10px;
        }

        .popup_complaint_tab dl {
            margin: 0;
            padding: 0;
        }

        .popup_complaint_tab td {

        }

            .popup_complaint_tab dt {
                margin: 0 0 4px;
                padding: 0 0 0 17px;
                position: relative;
                text-indent: -20px;
            }

            .popup_complaint_tab dd {
                margin: 0 0 4px 25px;
                padding: 0 0 0 17px;
                position: relative;
                text-indent: -20px;
                display: none;
            }

            .popup_complaint.advanced .popup_complaint_tab dd {
                display: block;
            }

            .popup_complaint.col_last .popup_complaint_tab td {
                display: block;
            }

            .popup_complaint.col_last .popup_complaint_tab td.popup_complaint_td_target {
                padding: 0 0 20px 0;
            }

            .popup_complaint.col_last .popup_complaint_td_reasons {
                padding: 0;
            }

        .popup_complaint_td_target {

        }

            .popup_complaint_target_placeholder {
                background-color: #E9F3F8;
                border-radius: 4px;
            }

            .popup_complaint_target_actions {
                padding: 10px 0 0 0;
                text-align: center;
            }

        .popup_complaint_td_reasons {
            vertical-align: top;
            padding: 0 0 0 15px;
        }

            .popup_complaint_td_reasons dl {
                margin: 0;
                padding: 0 0 20px 0;
            }

                .popup_complaint_td_reasons dl dd {
                    margin: 0;
                }



        .popup_complaint_text {
            width: 550px;
            height: 55px;
            margin: 3px 0 15px;
        }

        .popup_complaint.advanced .popup_complaint_text {
            width: 95%;
            height: 55px;
            margin: 0 0 15px 5px;
        }



        .popup_complaint_submit_row {
            padding: 0 0 0;
            font-size: 16px;
        }

.popup_complaint.advanced .popup_tail {
    display: none;
}
/********************************/
.popup_tags {
    width: 290px;
    /*display: block;/**/
    top:100px;
    left:290px;
    font-size: 16px;
}
    .popup_tags .popup_tail {
        margin-left: -18px;
        left: 50%;
    }
    .popup_tags_title {
        padding: 0 0 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .popup_tags_wrap {
        width: 100%;
        height: 115px;
        margin: 10px 0 10px;
        position: relative;
        overflow: auto;
    }
        .popup_tags_wrap dt {
            padding: 0 0;
            font-size: 14px;
        }

    .popup_tags_new {
        margin: 5px 0 0;
        display: none;
    }
        .popup_tags_new_trigger {
            margin: 5px 0 0;

        }
        .popup_tags_new_trigger ins {
            text-decoration: none;
        }

    .popup_tags_submit_row {
        padding: 0 0 0;
        font-size: 16px;
    }



/********************************/
.popup_list_with_filter {
    width: 290px;
    /*display: block;/**/
    top: 100px;
    left: 20px;
    font-size: 16px;
    z-index: 1000;
}

.popup_list_with_filter .popup_tail {
    /*  margin-left: -18px;
        left: 50%;/**/
}

.popup_list_with_filter_title {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.popup_list_with_filter_wrap {
    width: 100%;
    max-height: 300px;
/*      height: 200px;*/
    margin: 10px 0 10px;
    position: relative;
    overflow: auto;
}

.popup_list_with_filter_wrap dt {
    padding: 0px 0;
    white-space: nowrap;
}

.popup_list_with_filter_submit_row {
    padding: 0px 0 0;
    font-size: 16px;
}

.popup_list_with_filter_filter {
    width: 253px;
}



/********************************/

/********************************/
.popup_list_with_filter_extended {
    width: 600px;
    /*display: block;/**/
    top: 100px;
    left: 20px;
    font-size: 16px;
    z-index: 1000;
}

.popup_list_with_filter_extended .popup_tail {
    /*  margin-left: -18px;
        left: 50%;/**/
}

.popup_list_with_filter_extended_title {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    display: none;
}

.popup_list_with_filter_extended_finder {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.popup_list_with_filter_extended_wrap {
    width: 280px;
    height: 100%;
    margin: 0;
    position: relative;
    overflow: auto;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.popup_list_with_filter_extended_wrap dt {
    padding: 0px 0;
    white-space: nowrap;
}

.popup_list_with_filter_extended_wrap_chosen {
    width: 280px;
    height: 100%;
    margin: 0;
    position: relative;
    overflow: auto;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.popup_list_with_filter_extended_submit_row {
    margin: 20px 0 0 0;
    padding: 0px 0 0;
    font-size: 16px;
}

.popup_list_with_filter_extended_filter {
    width: 253px;
    margin: 0 0 10px 0 !important;
}

textarea.popup_list_with_filter_extended_filter {
    height: 22px;
    resize: none;
    margin: 0;
}

.popup_list_with_filter_title_chosen {
/*  font-weight: bold;*/
    font-style: italic;
    color: #999;
    top: 20px;
    position: absolute;
    left: 305px;
}

/********************************/
.popup_plan {
    width: 590px;
    /*display: block;/**/
    top:100px;
    left:40px;
}
        .popup_plan_trigger_meeting,
        .popup_plan_trigger_call {
            margin: 0 20px 0 0;
            font-size: 18px;
        }

        .popup_plan_trigger_active,
        .popup_plan_trigger_active:hover {
            margin: 0 6px 0 0;
            padding: 2px 6px 2px;

            display: inline-block;
            position: relative;
            left: -7px;
            border-radius: 4px;

            background: #cde3ee;
            background: -moz-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde3ee), color-stop(100%,#e9f0f8));
            background: -webkit-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -o-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -ms-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde3ee', endColorstr='#e9f0f8',GradientType=0 );
            background: linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);

            box-shadow: inset 0 1px 1px #96acc1;
            border: 1px solid #cdd5e0 !important;
            border-top-color: #96acc1 !important;
            border-bottom-color: #e9eaee !important;

            color:#000 !important;
        }


    .popup_plan_fields_tab {

    }
        .popup_plan_fields_tab th {
            padding: 12px 10px 0 0;
            font-size: 14px;
            text-align: left;
        }
        .popup_plan_fields_tab td {
            padding: 10px 10px 0 0;
            text-align: left;
        }
        .popup_plan_fields_tab input,
        .popup_plan select,
        .popup_plan_fields_tab textarea {
            font-size: 14px;
        }


        .popup_plan_item {
            width:170px;
            padding: 10px 10px 0;
            background: #dfeef5;
            background: -moz-linear-gradient(top,  #f3f7fa 0%, #dfeef5 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f7fa), color-stop(100%,#fcf7e1));
            background: -webkit-linear-gradient(top,  #f3f7fa 0%,#dfeef5 100%);
            background: -o-linear-gradient(top,  #f3f7fa 0%,#dfeef5 100%);
            background: -ms-linear-gradient(top,  #f3f7fa 0%,#dfeef5 100%);
            background: linear-gradient(top,  #f3f7fa 0%,#dfeef5 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7fa', endColorstr='#dfeef5',GradientType=0 );
            zoom:1;
        }

        .popup_plan_input {
            width: 250px;
        }

        .popup_plan_text {
            width: 552px;
            height: 55px;
            margin: 15px 0;
            font-size: 14px;
        }

    .popup_plan_submit_row {
        padding: 20px 0 0;
        font-size: 16px;
    }


/*****************************/
.popup_realtor_comment {
    width: 365px;
    /*margin-left: -182px;/**/
    /*display: block;/**/
    font-size: 18px;
}
    .popup_realtor_comment .popup_tail {
        margin-left: -18px;
        left: 50%;
    }
    .popup_realtor_comment_text {
        width: 330px;
        height: 55px;
        margin: 5px 0 0;
        font-size: 16px;
    }



/*****************************/
.popup_calendar_event {
    width: 400px;
/*  font-size: 18px;/**/
}
    .popup_calendar_event_text {
        width: 330px;
        height: 55px;
        margin: 5px 0 0;
        font-size: 16px;
    }
    .popup_calendar_event_title {
        font-size: 18px;
        font-weight: bold;
    }

.popup_calendar_event_fields_tab {
    margin: 0 0 15px;
}
    .popup_calendar_event_fields_tab th {
        padding: 13px 10px 0 0;
        font-size: 14px;
        text-align: left;
    }
    .popup_calendar_event_fields_tab td {
        padding: 10px 10px 0 0;
        text-align: left;
    }
    .popup_calendar_event_fields_tab input,
    .popup_calendar_event select,
    .popup_calendar_event_fields_tab textarea {
        font-size: 14px;
    }

    /*.popup_calendar_event_input {
        margin: 0;
    }/**/
    .popup_calendar_event_text {
        width: 362px;
        height: 70px;
        margin: 0 0 10px;
    }



/*****************************/
.popup_currency {
    width: 140px;
    //width: 145px;
    width: 145px\9;
    *width: 145px;
    font-size: 21px;
    z-index: 100000;
}
    .popup_currency .popup_tail {
        left: 48px;
        background-position: 0 0;
    }
    .popup_currency .popup_closer {
        display: none;
    }
    .popup_currency_box {
        text-align: center;
    }
        .popup_currency_box .pseudo {
            margin: 0 7px;
            display: inline-block;
        }

        .popup_currency_active,
        .popup_currency_active:hover {
            padding: 2px 6px 2px;
            border-radius: 4px;

            background: #cde3ee;
            background: -moz-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde3ee), color-stop(100%,#e9f0f8));
            background: -webkit-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -o-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -ms-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde3ee', endColorstr='#e9f0f8',GradientType=0 );
            background: linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);

            box-shadow: inset 0 1px 1px #96acc1;
            border: 1px solid #cdd5e0 !important;
            border-top-color: #96acc1 !important;
            border-bottom-color: #e9eaee !important;

            color:#000 !important;
            cursor: default;
        }

/*****************************/

.popup_simplefeedback {
    width: 406px;
    //width: 145px;
    width: 406px\9;
    *width: 406px;
    font-size: 21px;
    z-index: 100000;
}

.popup_simplefeedback .popup_tail {
    margin-left: -18px;
    top: auto;
    bottom: -26px;
    left: 83%;
    background-position: 0 100%;
}

.popup_simplefeedback .popup_closer {
    display: block;
}

.popup_simplefeedback_title {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.popup_simplefeedback_submit_row {
    padding: 0px 0 0;
    font-size: 16px;
}

.popup_simplefeedback_preloader {
    display: none;
    margin-top: 9px;
    height: 25px;
    float: right;
    width: 25px;
}

.popup_simplefeedback_sentresult {
    display: none;
    padding: 1px 6px 3px 6px;
    border-radius: 3px;
    margin-top: 9px;
    float: right;
    font-size: 15px;
    zoom: 1;
}

.popup_simplefeedback_sentresult.success {
    background-color: #aaf0ac;
}

.popup_simplefeedback_sentresult.fail {
    background-color: #f19687;
}

/*****************************/
/*****************************/
.popup_period {
    width: 170px;
    font-size: 16px;
}
    .popup_period .popup_tail {
        left: 63px;
        background-position: 0 0;
    }
    .popup_period .popup_closer {
        display: none;
    }
    .popup_period_box {
        text-align: center;
    }
        .popup_period_box .pseudo {
            margin: 0 10px;
            display: inline-block;
        }

        .popup_period_active,
        .popup_period_active:hover {
            padding: 2px 6px 2px;
            border-radius: 4px;

            background: #cde3ee;
            background: -moz-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde3ee), color-stop(100%,#e9f0f8));
            background: -webkit-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -o-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -ms-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde3ee', endColorstr='#e9f0f8',GradientType=0 );
            background: linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);

            box-shadow: inset 0 1px 1px #96acc1;
            border: 1px solid #cdd5e0 !important;
            border-top-color: #96acc1 !important;
            border-bottom-color: #e9eaee !important;

            color:#000 !important;
            cursor: default;
        }

/*****************************/
.popup_payfor_sell_flatroom { 
    font-size: 16px;
    width: 130px;
}
    .popup_payfor_sell_flatroom .popup_tail {
        left: 44px;
        background-position: 0 0;
    }
    .popup_payfor_sell_flatroom .popup_closer {
        display: none;
    }
    .popup_payfor_box {
        text-align: center;
    }
        .popup_payfor_box .pseudo {
            margin: 0 10px;
            display: inline-block;
        }

        .popup_payfor_active,
        .popup_payfor_active:hover {
            padding: 2px 6px 2px;
            border-radius: 4px;

            background: #cde3ee;
            background: -moz-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde3ee), color-stop(100%,#e9f0f8));
            background: -webkit-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -o-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            background: -ms-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde3ee', endColorstr='#e9f0f8',GradientType=0 );
            background: linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);

            box-shadow: inset 0 1px 1px #96acc1;
            border: 1px solid #cdd5e0 !important;
            border-top-color: #96acc1 !important;
            border-bottom-color: #e9eaee !important;

            color:#000 !important;
            cursor: default;
        }


/*****************************/
.popup_premium,
.popup_premium_import {
    width: 450px;
    left: 200px
}

    .popup_premium .popup_premium_secret_code_tr {
        display: none;
    }
    .popup_premium_title,
    .popup_premium_import_title {
        padding: 0 0 10px;
        font-weight: bold;
        font-size: 16px;

    }
    .popup_premium_comment,
    .popup_premium_import_comment {
        padding: 0 0 10px;
        color: #808080;
    }
    .popup_premium .popup_tail,
    .popup_premium_import .popup_tail {
        left: 50%;
        margin-left: -18px;
    }
    .popup_premium_tab,
    .popup_premium_import_tab {
        margin: 0 0 20px;
    }
        .popup_premium_tab th,
        .popup_premium_import_tab th {
            padding: 0 20px 10px 0;
            font-weight: normal;
            /*vertical-align: top;/**/
            text-align: left;
        }
        .popup_premium_tab td,
        .popup_premium_import_tab td {
            padding: 0 0 10px 0;
            font-weight: normal;
            font-size: 16px;
            /*vertical-align: top;/**/
            text-align: left;
        }
        .popup_premium_tab small,
        .popup_premium_import_tab small {
            display: block;
            color: #808080;
        }

        .popup_premium .popup_premium_secret_code_input {
            width: 70px;
        }

        .popup_premium_submit_row,
        .popup_premium_import_submit_row {
            font-size: 16px;
        }
            .popup_premium_import_submit_row {
                margin-top: 20px;
            }
        .popup_premium_days_select,
        .popup_premium_import_days_select {
            font-size: 14px;
        }

        .popup_premium_import .popup_premium_import_code {
            font-family: Monaco,monospace!important;
            font-size: 12px;
            color: #2B91AF;
        }
    .popup_premium .rur{
        font-size: 15px;
    }

.popup_premium_content {
    position: relative;
    padding: 15px;
    width: 320px;
    height: 225px;
    overflow: hidden;
}


.popup_premium_content table th,
.popup_premium_content table td {
    vertical-align: baseline;
    font-family: Times New Roman, serif;
    font-size: 14px;
}

.popup_premium_content table th {
    text-align: left;
    font-weight: normal;
    padding: 0 20px 10px 0;
}

.popup_premium_content table td input {
    width: 100px;
    margin-right: 10px;
}
    .popup_premium_content .popup_premium_slides {
        position: absolute;
        width: 1700px;
        left: 15px;
    }

    .popup_premium_content .popup_premium_slide {
        position: relative;
        width: 320px;
        margin-right: 15px;
        float: left;
    }

.popup_premium_submit_row {
    margin-bottom: 20px;
    font-size: 14px;
}
.popup_premium_submit_row .popup_submit_w {
    padding: 3px;
    display: inline-block;
    background: #42CEDD;
    border-radius: 5px;
    font-size: 12px;
}

.popup_premium .submit {
    position: relative;
}


.popup_preloader {
    margin-top: 2px;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    display: inline-block;
    opacity: 0;
}

.popup_printhelp {
    width: 300px;
    z-index: 20003;
    box-shadow: 0 3px 10px 1px #77768A;
}

    .popup_printhelp_title {
        font-size: 16px;
        font-weight: bold;
        padding: 0 0 10px 0;
    }

    .popup_printhelp_submit_row {
        padding: 10px 0 0 0;
    }

    .popup_printhelp .popup_tail {
        right: 100%;
        left: auto;
        top: 50%;
        margin-top: -13px;
        margin-right: -5px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }
/*****************************/
.popup_prolongation {
    width: 450px;
    right:50px;
    left: auto;
}
    .popup_prolongation_days {
        width: 50px;
    }


/*****************************/


.popup_gallery {
    width: 510px;
    margin: 0 0 0 -255px;
    left: 50%;
}

.gallery_w {
    position: absolute;
    width: 100%;
    /*top:0;/**/
    bottom: 100%;
    left: 0;
    z-index: 100500;
    text-align: center;
    display: none;
}

.gallery {
    width: 480px;
    min-height: 200px;
    position: relative;
}

.gallery_closer {
    top: 20px;
    right: 20px;
}

.gallery_l,
    .gallery_r {
    width: 43px;
    height: 57px;
    margin: -23px 0 0;
    position: absolute;
    top: 175px;
    z-index: 2;
    background: url('/static/images/gallery-arrows2.png') no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.gallery_l {
    left: 5px;
    background-position: 0 0;
}

.gallery_l:hover {
    background-position: 0 100%;
}

.gallery_r {
    right: 5px;
    background-position: 100% 0;
}

.gallery_r:hover {
    background-position: 100% 100%;
}

.gallery_title {
    padding: 0 20px 20px;
    font-size: 20px;
        /*color: #fff;*/
    text-align: center;
}

.gallery:hover .gallery_l,
    .gallery:hover .gallery_r {
    display: block;
}

.gallery_pos {
    padding: 20px 0 0;
    text-align: center;
    font-size: 16px;
        /*color: #fff;*/
}

.gallery_img {
    text-align: center;
    cursor: pointer;
}

.gallery_img img {
    max-width: 480px;
    max-height: 350px;
    margin: 0 auto;
    display: block;
}

.gallery_l_bottom,
.gallery_r_bottom {
    background: url('/static/images/gallery-arrows2_small.png') no-repeat 0 -4px;
    left: 50%;
    bottom: -9px;
    position: absolute;
    padding: 16px 10px 22px 25px;
    cursor: pointer;
}

    .gallery_l_bottom {
        margin-left: -115px;
    }

    .gallery_l_bottom:hover {
        background-position: 0 -49px;
    }

    .gallery_r_bottom {
        margin-left: 80px;
        background-position: 100% -4px;
    }

    .gallery_r_bottom:hover {
        background-position: 100% -49px;
    }
/****************************/
.popup_export {
    width: 200px;
    left: 575px;
    line-height: 24px;
}

/****************************/
.popup_feedback {
    width: 350px;
}

    .popup_feedback .invalid-icon {
        top: 5px;
        right: 5px;
        position: absolute;
        width: 16px;
        height: 16px;
        background: url(/static/images/validation-error.png) no-repeat 0 0;
        display: none;
    }

    .popup_feedback_title {
        font-size: 16px;
        font-weight: bold;
        padding: 0 0 10px 0;
    }

    .popup_feedback_info {
        color: #808080;
        padding: 0 0 10px 0;
    }

    .popup_feedback form {
        padding: 0 0 10px 0;
    }

        .popup_feedback_mark_row {
            padding: 0 0 10px 0;
            text-align: right;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .popup_feedback_mark_row_title {
                font-weight: bold;
                float: left;
                line-height: 26px;
            }

            .popup_feedback_mark_row .popup_feedback_mark {
                margin: 0;
                line-height: 19px;
                box-shadow: none;
            }

                .popup_feedback_mark_row .popup_feedback_mark.active {
                    box-shadow: inset 0 1px 1px #097d8c;
                }

                .popup_feedback_mark_row .popup_feedback_mark input {
                    display: none;
                    visibility: hidden;
                }

            .popup_feedback_marks {

            }

        .popup_feedback_textarea_row {
            position: relative;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            width: 100%;
        }

            .popup_feedback_textarea_row textarea {
                width: 100%;
                height: 150px;
                margin: 0;
                font-size: 16px;
                padding: 5px;
                resize: none;
                border: none !important;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                box-sizing: border-box;
                outline: none;
                -webkit-box-shadow: rgba(0,0,0,0.03) 0 1px 0 inset,rgba(255,255,255,0.5) 0 -1px 0 inset;
                -moz-box-shadow: rgba(0,0,0,0.03) 0 1px 0 inset,rgba(255,255,255,0.5) 0 -1px 0 inset;
                box-shadow: rgba(0,0,0,0.03) 0 1px 0 inset,rgba(255,255,255,0.5) 0 -1px 0 inset;
            }


        .popup_feedback_screenshot_checkbox_row {
            /*border-bottom: 1px solid #d3d4d5;
            border-left: 1px solid #d3d4d5;
            border-right: 1px solid #d3d4d5;*/
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding: 5px 0 5px 0px;
            /*margin: 0 0 10px 0;*/
            width: 100%;
        }

        .popup_feedback_screenshot_checkbox_row label {
            margin: 0 0 0 5px;
        }

        .popup_feedback_message_row {
            border-radius: 3px;
            border-top: 1px solid #b5b5b5;
            border-left: 1px solid #d3d4d5;
            border-right: 1px solid #d3d4d5;
            border-bottom: 1px solid #d3d4d5;
            margin: 0 0 10px 0;
            width: 100%;
            transition: border-color linear .1s,box-shadow linear .1s;
        }

        .popup_feedback_message_row.focus {
            border-color: #00C5DF;
            box-shadow: 0px 0px 4px #00C5DF;
        }

        .popup_feedback_message_row.invalid.focus {
            border-color: #d8635f;
            box-shadow: 0px 0px 4px #d8635f;
        }

        .popup_feedback_message_row.invalid .invalid-icon,
        .popup_feedback_email_row.invalid .invalid-icon {
            display: block;
        }

        .popup_feedback_message_row.invalid,
        .popup_feedback_email_row.invalid input {
            border-color: #d8635f;
        }

        .popup_feedback_email_row {
            position: relative;
        }

        .popup_feedback_email_input {
            line-height: 22px;
            padding: 2px 0px 2px 5px;
            width: 100%;
            font-size: 16px;
            border-top: 1px solid #b5b5b5;
            border-left: 1px solid #d3d4d5;
            border-right: 1px solid #d3d4d5;
            border-bottom: 1px solid #d3d4d5;
            border-radius: 3px;
            -webkit-box-shadow: rgba(0,0,0,0.03) 0 1px 0 inset,rgba(255,255,255,0.5) 0 -1px 0 inset;
            -moz-box-shadow: rgba(0,0,0,0.03) 0 1px 0 inset,rgba(255,255,255,0.5) 0 -1px 0 inset;
            box-shadow: rgba(0,0,0,0.03) 0 1px 0 inset,rgba(255,255,255,0.5) 0 -1px 0 inset;
            outline: none;
            box-sizing: border-box;
            transition: border-color linear .1s,box-shadow linear .1s;
        }

            .popup_feedback_email_input:focus {
                border-color: #00C5DF;
                box-shadow: 0px 0px 4px #00C5DF;
            }

            .popup_feedback_email_row.invalid .popup_feedback_email_input:focus {
                border-color: #d8635f;
                box-shadow: 0px 0px 4px #d8635f;
            }

            .popup_feedback_status {
                background: #fff;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 12px;
                display: none;
            }
                .popup_feedback_status_image {
                    width: 40px;
                    height: 31px;
                    margin: 0 auto;
                    margin: -60px 0 0 -20px;
                    top: 50%;
                    position: absolute;
                    left: 50%;
                }

                .popup_feedback_status_text {
                    position: absolute;
                    top: 50%;
                    padding: 0 20px;
                    font-size: 18px;
                    margin: -20px 0 0 0;
                    width: 310px;
                    text-align: center;
                }

                .popup_feedback_status.success .popup_feedback_status_image {
                    background: url('/static/images/complete.png') 0 0 no-repeat;
                }

                .popup_feedback_status.error .popup_feedback_status_image {
                    background: url('/static/images/feedback_sent_error.png') 0 0 no-repeat;
                }

                .popup_feedback_status .popup_cancel {
                    position: absolute;
                    bottom: 20px;
                    left: 20px;
                }

    .popup_feedback_on-top{
        top: auto; 
        bottom: 100%; 
        left: auto; 
        right: 0;
        text-align: left;
        margin-bottom: 25px;
    }
    .popup_feedback_on-top .popup_tail{
        top: 100%;
        background-position: 0 -26px;
    }

.popup.popup_stored_filter,
.popup.popup_subscribe {
    width: 400px;
    margin: 0 0 0 -190px;
    left: 50%;
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px 4px #5F6161;
}

.popup_stored_filter .popup_stored_filter_title,
.popup_subscribe .popup_subscribe_title {
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 16px;
}

.popup_stored_filter table th,
.popup_subscribe table th {
    width: 60px;
    padding: 12px 10px 0 0;
    font-size: 14px;
    text-align: left;
}

.popup_stored_filter table td,
.popup_subscribe table td {
    padding: 10px 10px 0 0;
    text-align: left;
    position: relative;
}

.popup_stored_filter table input[type=text],
.popup_subscribe table input[type=text] {
    width: 270px;
    padding: 2px;
    font-size: 16px;
}

.popup_stored_filter .popup_stored_filter_submit_row,
.popup_subscribe .popup_subscribe_submit_row {
    padding: 20px 0 0;
    font-size: 16px;
}

.popup_stored_filter .popup_stored_filter_info,
.popup_subscribe .popup_subscribe_info {
    color: #808080
}

.popup_subscribe .popup_content {
    padding: 20px;
}

.popup_subscribe_title {
    padding: 0 0 15px;
}

.popup_subscribe_info {
    padding: 0 0 15px;
}

.popup_subscribe_title_image {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background: url('/static/images/subscribe_modal_welcome.png');
}

.popup_subscribe_title_text {
    vertical-align: middle;
    display: inline-block;
    padding: 0 0 0 10px;
}

.popup_subscribe_form { }

.popup_subscribe_form_submit_w {
    margin: 0 0 0 6px;
    padding: 4px;
    border-radius: 6px;
    vertical-align: 1px;
}

.popup_subscribe_form_submit {
    margin: 0;
}

.popup_subscribe_form_email {
    box-sizing: border-box;
    width: 230px;
    padding: 4px 6px;
}
/****************************/
.popup_alert {
    width: 300px;
    margin: 0 0 0 -150px;
    left: 50%;
}

.popup_alert_box_title {
    font-weight: bold;
    font-size: 18px;
}

.popup_alert_box_content {
    font-size: 16px;
    padding: 10px 0 20px 0;
}


.popup_alert_box_title {
        font-weight: bold;
        font-size: 18px;
}


.popup_alert_warning_box {
        background-color: #FAF1C4;
        padding: 8px;
        border-radius: 4px;
        box-sizing: border-box;
        display: inline-block;
        margin: 8px -8px 0px -8px;
}

.popup_alert_box_hidden {
        visibility: hidden;
}


.popup_modal {
    width: 400px;
    margin: 0 0 0 -200px;
    left: 50%;
}

    .popup_modal_title {
        font-weight: bold;
        font-size: 18px;
    }

    .popup_modal_content {
        font-size: 16px;
        padding: 10px 0 20px 0;
    }

.popup_spinner {
    background-image: url('/static/images/spinner.svg');
    background-repeat: no-repeat;
    background-size: 28px 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14px;
    margin-left: -14px;
}

.popup .loading .popup_spinner {
    display: inline-block;
}

.popup .loading button {
    color: transparent;
}

.popup_broken_address {
    width: 370px;
}

.popup_broken_address_title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

.popup_broken_address_body {
    font-size: 16px;
}

.popup_broken_address_submit {
    padding: 3px 5px;
    font-size: 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {

    .invalid-icon {
        background: url('/static/images/validation-error@2x.png') no-repeat 0 0;
        background-size: 16px 16px;
    }

    .popup_feedback_status.success .popup_feedback_status_image {
        background: url('/static/images/complete@2x.png') no-repeat 0 0;
        background-size: 40px 31px;
    }
    .popup_login_input_pass_trigger {
        background: url('/static/images/eyes@2x.png') 0 0 no-repeat;
        background-size: 39px 10px;
    }
    .popup_login_input_pass_trigger_visible{
        background-position: 100% 0;
    }

    .popup_subscribe_title_image {
        background: url('/static/images/subscribe_modal_welcome@2x.png');
        background-size: 100%;
    }
    .popup_closer {
        background-image: url('/static/images/popup_closer_big@2x.png');
        background-size: 20px 20px;
    }
    .popup_feedback_status.error .popup_feedback_status_image {
        background: url('/static/images/feedback_sent_error@2x.png') no-repeat 0 0;
        background-size: 40px 31px;
    }
    .popup_feedback .invalid-icon{
        background-image:url('/static/images/validation-error@2x.png');
        background-size: 16px 16px;
    }
}