.catalog-phone-block-show{
    display:none;
}

.show-phone-main{
    border-bottom: 1px dotted;
    text-decoration: none !important;
    height: 20px;
    display: inline-block;
}
.show-phone-main:hover{
    border-bottom: 1px solid #FFF;
    text-decoration: none !important;
}

.catalog-phone-block-list-show{
    display:none;
}
.show-phone-list{
    border-bottom: 1px dotted;
    text-decoration: none !important;
    height: 20px;
    display: inline-block;
}
.show-phone-list:hover{
    border-bottom: 1px solid #FFF;
    text-decoration: none !important;
}


/*popup*/
.form-block { background: #fff; width: 330px; max-height: 380px; position: fixed; left: 50%; top: 30%; margin-left: -170px; margin-top: -105px; padding: 20px; border-radius: 10px; z-index: 2001; display: none;}
.form-block span.h6 {display:block; font-weight: bold; font-size: 18px; color: #333333;    margin-bottom: 20px;}
.form-block .field_name { padding-left: 3px; padding-top: 18px; padding-bottom: 6px; font-size: 13px; color: #333; font-weight: 600;}
.form-block input[type="text"] {width: 308px; background-color: #FFF; border: 1px solid #CCC; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 10px; float: none;}
.form-block textarea {width: 308px; height: 80px; background-color: #FFF; border: 1px solid #CCC; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 10px; float: none;}
.form-block .button { padding-top: 0px; width: 100%; margin: 0px; margin-left: 0px; float: none; border: none;}
.form-block .cons-but{height: 35px; padding-top:0px; font-size:20px;}

.form-block .form-answer{display:none;}
.hide-layout { background: #312b2a; opacity: 0.6; left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 2000; display: none; cursor: pointer;}

.btn-close { background: url(../images/close.png) left top no-repeat; width: 25px; height: 25px; position: absolute; right: 5px; top: 5px; cursor: pointer;}
.btn-close:hover { background-position: 0 -25px;}
/*popup*/

.cons-popup-list:hover{
    cursor: pointer;
}

.cons-popup-item:hover{
    cursor: pointer;
}