.srcns_relative{
    position: relative;
}
ul.srcns_dadata_ul{
    position: absolute;
    background: #fff;
    width: 100%;
    margin: 0;
    box-shadow: 0 0 5px #b6b6b6;
    list-style: none;
    padding:10px 0 0 ;
    max-height: 250px;
    overflow: auto;
    z-index: 999;
}
ul.srcns_dadata_ul li{
    padding: 5px 10px ;
}
ul.srcns_dadata_ul li:hover{
    background: gainsboro;
}
.grecaptcha-badge{
    display: none!important;
}
.srcns-loading{
    position: relative;
}
.srcns-loading:before{
    position: absolute;
    content:'';
    width:100%;
    height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 999;
    background:rgba(255,255,255,0.2);
}
.display-none{
    display:none;
}
.srcns_err_red{
    color:red;
}
#sercons_form_yandex_smart_captcha.smart-captcha_invisible{
    display:none;
}
#sercons_form_yandex_smart_captcha{
    margin: 0 0 10px;
}