/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.footer_bottom a.developer:hover .svg.inline path {fill: #999;}


/* 
#SPLANG
*/



.bx-soa-custom-label-hide {
	display: none !important;
}
.bx_soa_location .bx-soa-reference,
.bx_soa_location .required-fields-note__container {
	display: none !important;
}
.bx_soa_location .bx-soa-location-input-container {
	margin: 0 !important;
}


/* stroka */
.rs-topbar {
	text-align: center;
	background-image: linear-gradient(90deg, #ee2852 10%, #f86f64 100%);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	font-size: 15px;
	font-weight: 400;
}
.rs-topbar a {
	background: #fff;
	color: #000;
	padding: 8px 15px 8px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	border-radius: 3px;
	margin-left: 20px;
	line-height: 15px;
}
.rs-topbar a:hover {
	opacity: .9;
}