.main-slider__title {
	text-transform:none;
}

.catalog-nav__list-item._current, ._current .catalog-nav__link{
	color: #d13d4b;
}

.about-intro__copyright {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  padding:5px;
  color: #ffffff;
}

.add_partners_txt {
	display:block;
	font: 400 12px/1 "ProximaNova", Arial;
	letter-spacing: .5px;
	text-transform: none;	
}

@media (max-width: 500px) {
	.about-intro__copyright {
		  display: none;
	}
	
/*	.index-catalog-item--578 { padding-bottom:80px;}
*/
}

._with_logo {
	 background: url("/public/images/bb_logo_blue.jpg") 100% 0%  no-repeat;
	 background-size: 25px;
	 width:25px;
	 height:25px;
	 display: none;
}

.header.fixed ._with_logo {
	float:left;
    display: block;
	margin-top:-6px;
	margin-right:25px; 
}

@media (max-width: 369px) {
	.header.fixed ._with_logo {
		  display: none;
	}
	
	.index-catalog-item--578 { padding-bottom:80px;}

}


.mob_tooltip {
		float:right;
		margin-left:5px;
		display: block!important; 
		color: #ffffff;
}

.header.fixed .mob_tooltip {
	color: #000;
}

.js-header-cart:hover .mob_tooltip{
  color: #000000;
}

.price_attention {
	padding-bottom:30px;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	
}

	
@media (max-width: 1024px) {
	.mob_tooltip {
		float:right;
		margin-left:5px;
		color:#000000;
		display: block!important; 
	}
	
	.header.fixed .mob_tooltip {
		color: #1b568f;
	}
	
	.header.fixed .logo-mob {
		display: block; 
	}
	
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
	.mob_tooltip { color:#b6babd;}
	.header.fixed .logo-mob {		display: none; }
	
	/*.header.fixed ._with_logo { display: none; float:none; width: 100%; display:inline-block; border: 1px solid red;}*/
}

.about-intro__bg {
	background: url("/public/images/about-bg.jpg") no-repeat center;
}
@media (max-width: 768px) {
	.about-intro__bg {	background: url("/public/images/about-bg_mob.jpg") center center no-repeat;}
}
/*
@media (max-width: 369px) {
	 .about-intro__bg { background: url("/public/images/about-bg_mob_portrait.jpg") no-repeat; }
} */