.uc-numbers em {
    /* color: red; */
    font-family: monospace;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-size: 0.75em;
    
}

label.t-checkbox__control span {line-height:1.5;}

/*коррекция списков*/
.uc-list2 ul { list-style-type: none; margin-left: 0;
    padding-left: 1.5em;}
.uc-list2 ul > li:before {  display: inline-block;
    content: "—";
    width: 1.5em;
    margin-left: -1.5em;}
.uc-list ul > li+li,
.uc-list2 ul > li+li,
.uc-list2 > div > br+ul
{margin-top:0.4em;}    

#allrecords .uc-list2 ul {    padding-left: 1.65em;}

/*стилизация кнопки*/
.uc-violet-btn > a {
    -webkit-box-shadow: inset 0px 4px 4px rgba(166,10,197,0.64); 
    box-shadow: inset 0px 4px 4px rgba(166,10,197,0.64);}
    
    /*ховер для ссылок на вотсап и телегу*/
.t-sociallinks a:hover svg path {fill:#B1E26E}



/*суперскрипт для квадратных метров*/
.uc-sq em {font-style: normal; vertical-align: super;font-size:0.5em;font-weight:600;}


/*.uc-nav nav > ul li:last-child a {border-radius:500px; padding: 5px 15px 6px;*/
/*    border:1px solid white;  */
/*-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out !important;*/
/*transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out !important;    */
/*}*/
/*.uc-nav nav > ul li:last-child a:hover {*/
/*    border:1px solid #B1E26E;*/
/*-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out !important;*/
/*transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out !important;    */
/*}*/
/*.uc-nav nav > ul li a.t-active:hover {border-color:white!important;}*/

