.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 500;
}
.fancybox-margin .header-classic-white{padding-right:17px;}
.list-unstyled div[id^="bx_incl_area_"] {
	display: inline-block;
}
p > font.errortext {
   display: none !important;
}
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99;
}
.page-loader {
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(84px + 50%);
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    text-align: center;
    line-height: 44px;
    font-size: 12px;
}
.loader-text{
	margin: 35% auto 0 auto;
}


.spinner {
	margin: 0 auto;
	border: 2px solid #fff;
	font-size: 80px;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: fa-spin 1s linear infinite;
	-moz-animation: fa-spin 1s linear infinite;
	animation: fa-spin 1s linear infinite;
}
.spinner {
    /*border-top-color: #ff0000 !important;*/
    border-top-color: #6bda95 !important;
}
.bx-yandex-view-layout{
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    z-index: 1;
	transition: filter 0.6s;
}
.bx-yandex-view-layout:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
