.top-nav__menu li.favor{
	float: right;	
}

.top-nav__menu li.favor a{
	padding-left: 20px;
	background: url(images/Ikonka_pustaya.png) 0% 45% no-repeat;
    background-size: auto auto;
	background-size: 12px;	
}

.top-nav__menu li.favor a.active{
	padding-left: 20px;
	background: url(images/Ikonka_krasnaya.png) 0% 45% no-repeat;
    background-size: auto auto;
	background-size: 12px;		
}

.favormobile{
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(images/Ikonka_adaptiv.png) no-repeat;
	background-size: contain;
	top: 7px;
    right: -9px;
}

.mobile-menu-content a.fovirites{
    padding-left: 35px;
    background: url(images/Ikonka_pustaya.png) 0% 45% no-repeat;
    background-size: auto auto;
    background-size: 25px;
    margin-left: 35px;
}

.mobile-menu-content a.fovirites.favact{
    background: url(images/Ikonka_krasnaya.png) 0% 45% no-repeat;
    background-size: auto auto;
    background-size: 25px;	
}

.top-nav__menu li.reviews{
	position: relative;
}

.top-nav__menu li.reviews::after{
	content: "\f005";
	position: absolute;
	font-size: 10px !important;
	color: #fbbe07;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	top: 7px;
	right: 8px;
}

@media (min-width: 100px) and (max-width: 960px)
{
	.mobile-menu-content a.fovirites{
	    padding-left: 35px;
	    background: url(images/Ikonka_pustaya_mobile.png) 0% 45% no-repeat;
	    background-size: auto auto;
	    background-size: 25px;
	    margin-left: 35px;
	}
}