.fav_cursor { cursor: pointer; }

.fav_input-error {
	/* border: 2px solid #ff0000 !important; */
	color: #ff0000 !important;
}

.fav_input-error::-webkit-input-placeholder { color: #ff0000; }
.fav_input-error:-moz-placeholder { color: #ff0000; opacity: 1; }
.fav_input-error::-moz-placeholder { color: #ff0000; opacity: 1; }
.fav_input-error:-ms-input-placeholder { color: #ff0000; }
.fav_input-error::-ms-input-placeholder { color: #ff0000; }
.fav_input-error::placeholder { color: #ff0000; }

.fav_error > span {
	display: block;
	margin: 10px 0 10px 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_message > span {
	display: block;
	margin: 0 0 20px 0;
	background-color: #c5f7c7;
	border: 0;
	border-left: 4px solid #0e7725;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 20px 13px 24px;
	line-height: 1.4;
	letter-spacing: -.11px;
	color: #252525;
}

.fav_elem-hidden { display: none !important; }
.fav_elem-active { display: block !important; }
.fav_elem-disable * { color: #828282 !important; opacity: 0.5; }

.fav_pattern {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
	position: absolute;   
	background: rgba(255, 255, 255, 0.3);
	left: 0;
	top: 0;
}

.fav_pattern::before {  
	content: ""; 
	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;
}

.fav-error-text > span {
    color: #ff0000;
    font-size: 14px;
    padding: 15px 0;
    display: block;
    max-width: 340px;
}

.copyright {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #bdb8b8;
	text-decoration: none;
}

.copyright svg {
	width: 81px;
	height: 12px;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	fill: currentColor;
}

.copyright:hover { color: #fff; }
/*.copyright:hover > svg > g > path{ fill: #fff; }*/

@media (max-width: 991px) {
    .copyright {
		margin-top: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.block__text .h3 {
	margin: 20px 0;
	font-weight: 700;
	font-size: 30px !important;
}