body.new_year{
}
body.new_year .header__logo{
	position: relative;
}
body.new_year .header__logo:after{
	content: "";
	position: absolute;
	right: -35px;
	top: -8px;
	width: 26px;
	height: 36px;
	background: url(../images/new-year-logo.svg) no-repeat 0 0/100%;
}
body.new_year .header .soc{
	position: relative;
}
body.new_year .header .soc:before{
	content: "";
	position: absolute;
	left: -58px;
	top: -7px;
	width: 48px;
	height: 48px;
	background: url(../images/new-year-snowman.svg) no-repeat 0 0/100%;
}
@media screen and (min-width: 1024px) and (max-width: 1300px){
	body.new_year .header .soc:before{
		left: -42px;
		top: -5px;
		width: 36px;
		height: 36px;
	}
}
@media screen and (max-width: 800px){
	body.new_year .header .soc:before{
		left: -42px;
		top: -5px;
		width: 36px;
		height: 36px;
	}
}
@media screen and (max-width: 420px){

	body.new_year .header__logo:after{
		right: -28px;
		top: -5px;
		width: 20px;
		height: 30px;
	}
}
@media screen and (max-width: 360px){
	body.new_year .header__logo:after{
		top: -7px;
	}
}

.filter-item[data-link="iphone"] path {
	fill: #f3f3f3;
}

.filter-item .icon-active {
	display:none;
}

.filter-item.active[data-link="iphone"] path {
	fill: #323130;
}

.filter-item.active .icon-active {
	display: inline-block;
}
.filter-item.active .icon {
	display: none;
}
