.fix {
	position: fixed;
	width: 100%; height: 100%;
}

.horisont_brandwrap {
	/*background: #026330;*/
	/*background: #E30051;*/
	/*background: #BECC25;*/
	/*background: #362F26;*/
	/*background: linear-gradient(0deg, #0088D3, #007BCF);*/
	position: relative;
	height: 74px;
}

.horisont_brandwrap .upblock {
	/*background: #E30051;*/
	background-image: url("../../img/brending/binom/up_ban_1012x74.jpg");
	background-position: top left;
	height: 100%;
}


.leftcenter, .rightcenter {
	position: absolute;
	width: 50%; height: 100%;
}

.leftcenter {
	background: url("") top right no-repeat;
	left: 0;
}

.rightcenter {
	background: url("") top left no-repeat;
	right: 0;
}


.leftblock, .rightblock {
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	top: -74px;
	width: 170px; height: 100%;
}

.leftblock {
	background-image: url("../../img/brending/binom/new_year_left_170x800.jpg");
	background-position: top left;
	left: 0;
}

.rightblock {
	background-image: url("../../img/brending/binom/app_right_170x800.gif");
	background-position: top right;
	right:0;
}

.fix div a {
	position: absolute;
	width: 100%; height: 100%;
}


@media (min-width: 1532px) {
	.leftblock, .rightblock {
		background-size: contain;
		width: 34%;
	}

	.leftblock {
		background-image: url("../../img/brending/binom/new_year_left_350x1100.jpg");
	}

	.rightblock {
		background-image: url("../../img/brending/binom/app_right_350x1100.gif");
	}
}

@media (min-width: 1556px) {
	.leftblock, .rightblock {width: 35%}
}

@media (min-width: 1576px) {
	.leftblock, .rightblock {width: 350px}
}

@media (min-width: 1956px) {
	.leftblock, .rightblock {background-size: auto}
}



@media (max-width: 1351px) {
	.rightblock {
		display:none;
	}
}

@media (max-width: 1198px) {
	.leftblock, .rightblock {
		display:none;
	}
}