.sticky-header__wrap {
	background-image: url('../images/festive/bg_festive_fixed_header.png');
	background-size: cover;
}

.sticky-header.fixed-menu:after {
	background-image: url('/assets/images/festive/5_year.png');
	width: 130px;
    height: 42px;
    content: '';
	left: 17.5vw;
    top: 0;
    display: block;
    position: absolute;
}
@media (max-width: 1900px) and (min-width: 1541px){
	.sticky-header.fixed-menu:after {
		left: 16vw;
	}
}
@media (max-width: 1540px) and (min-width: 1100px){
	.fixed-button .header__medicine-tel {
		margin-right: 4%!important;
		margin-left: -18%!important;
	}
	.sticky-header.fixed-menu:after {
		left: 23vw;
	}
}
@media (max-width: 1100px){
	.sticky-header.fixed-menu:after {
		content: none;
	}
}
