
/* new year branches*/

@media (min-width: 992px) {
	.header{position: relative;}

	.header__branches{
		overflow: hidden;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 101;
	}
	
	.header__branches::before{
		content: '';
		display: inline-block;
		width: 406px;
		height: 201px;
		background: url(../img/branches-left.png) no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 0;
		right: calc(50% + 555px);
	}
	
	.header__branches::after{
		content: '';
		display: inline-block;
		width: 382px;
		height: 201px;
		background: url(../img/branches-right.png) no-repeat 100% 0;
		background-size: contain;
		position: absolute;
		top: 0;
		left: calc(50% + 575px);
	}
	
	.main-menu{z-index: auto;}
	
	.header-top,
	.main-menu__content{
		position: relative;
		z-index: 105;
	}
	
	.header-top,
	.title-search-result{
		z-index: 1001;
	}
	
	.main-menu__content{z-index: 1000;}
	
	.top-slider{margin-top: 0;}
	
	.snow-item{z-index: 10!important;}
}

@media (max-width: 991px) {
	.header__branches{position: relative;}

	.header__branches::before{
		content: '';
		display: inline-block;
		width: 100%;
		height: 86px;
		background: url(../img/christmas-tree.png) repeat-x 0 0;
		position: absolute;
		top: -52px;
		left: 0;
	}

	.header__branches::after{display: none;}
}

@media (max-width: 767px) {
	.header__branches::before{top: -45px;}
}
