.nc-demo-modal { display: none; }
.nc-demo-modal-wrapper { display: none; }

.fav_next_pattern {
    display: block;
    position: relative;
    margin: 70px 0 0 0;
}

.fav_block { position: relative; }

.fav_loader { position: relative; }

.fav_pattern {	
    width: 100%;
    height: 100%;	
	z-index: 1;
	display: none;
    position: absolute;   
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
}

.fav_pattern.fav_nop { background: rgba(255, 255, 255, 0); }

.fav_pattern-main {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
}

.fav_pattern-fix { position: fixed !important; }

.fav_pattern-loader {   
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 15px;
	margin: auto;
	position: absolute;
    display: inline-block;    
	background: url(loading.svg);
    background-size: cover;
    background-position: center;
}

.display--hidden { display: none !important; }
.display--active { display: block !important; }

.display--disable { 
	color: #828282 !important;
    background-color: transparent !important;
    border-color: #bdbdbd !important;
}

.fav_form-error > span {
    padding: 20px 0;
    display: block;
    color: #ff0000;
}

.fav_bot-err.fav_input-error {
    border-bottom: 1px solid #ff0000 !important;
    color: #ff0000 !important;
}

.fav_cursor { cursor: pointer; }

.fav_input { box-shadow: none !important; }

.fav_form-error-text > span { color: #ff0000; }

.fav_form-error-block > span {
	display: block;
    margin: 0 0 20px 0;
    background-color: #ffeeee;
    border: 0;
    border-left: 4px solid #ff0000;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 20px 13px 24px;
    line-height: 1.4;
    letter-spacing: -.11px;
    color: #252525;
}

.fav_input-error {
    border: 1px solid #ff0000 !important;
    color: #ff0000 !important;
}