.sticky-top {
	width: 100%;
	background: white;
	z-index: 300;
	transform: translateZ(0);
	transition: all 0.5s;
	top: -100px;
	position: fixed;
	left: 0;
	right: 0;
}
.sticky-top.fixed {
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	padding: 4px 0;
	animation: slide-down 0.7s;
	top: 0;
}
.sticky-top div.sticky-left {
	max-width: 65%;
	float: left;
	margin: 0;
	font-size: 1.25em;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	white-space: nowrap;
	padding-top: 7px;
}

@media only screen and (max-width: 767px) {
	.sticky-top div.sticky-left {
		max-width: 95%;
		height: auto;
		white-space: inherit;
		margin: 0 10px 10px;
	}
	.sticky-top .sticky-right {
		margin-right: 10px;
	}
}

.sticky-top .sticky-right {
	float: right;
}
.sticky-top .sticky-right-price {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}
.sticky-top .wrapper-oldfs {
	width: 958px;
	margin: 0 auto;
}
.sticky-top .wrapper-oldfs .sticky-left {
	height: 25px;
}
.sticky-top .wrapper-oldfs .sticky-right-price {
	padding-top: 8px;
}
.sticky-top .sticky-right-price .price {
	font-size: 1.5em;
}
.sticky-top .sticky-right-order {
	float: right;
}
.sticky-top .content {
	padding-bottom: 0;
}
.fixed-reclame.fixedOn.plus-sticky {
	top: 55px;
	animation: slide-down 0.5s;
}
.upBlock #up.show.plus-sticky {
	top: 77px;
}
.fixed-reclame {
	transition: all 0.5s;
}