.breadcrumbs{
	background-color: #FFF;
	position: relative;
	z-index: 5;
}

body #wrap {
	background-color: transparent;
}
#wrap .newitem.toppart{
	margin-bottom: .1em;
	position: relative;
	z-index: 5;
}
#wrap .newitem.toppart img {
	max-width: 1077px;
	width: 100%;
	height: auto
}
#wrap .newitem.centerpart img {
	max-width: 768px;
	width: 100%;
	height: auto
}
#wrap .newitem.first {
	position: absolute;
	left: -1257px;
	right: 0;
	top: 88px;
	overflow: hidden;
	z-index: -1;
}
#wrap .newitem.second {
	position: absolute;
	left: 0;
	right: -1257px;
	top: 88px;
	overflow: hidden;
	z-index: -1;
}
#wrap .newitem.first img,  #wrap .newitem.second img {
	max-width: 160px;
	width: 100%;
	height: auto
}

@media screen and (max-width: 1427px) {
#wrap .newitem.first {
	left: -1207px;
}
#wrap .newitem.second {
	right: -1207px;
}
#wrap .newitem.first img,  #wrap .newitem.second img {
	max-width: 120px;
	width: 100%;
	height: auto
}
}

@media screen and (max-width: 1365px) {
#wrap .newitem.first,  #wrap .newitem.second {
	display: none;
}
}
