@media (min-width: 992px) {
	
	.text-sublogo {
		font-size: 11.5px;
		text-align: left;
	}

	/* Показывать кнопку "в корзину" */
	/*.item:hover .price-old { display: none; }*/
	.item:hover .hover-block {	display: block; }

	.progress-circle{
		  width: 150px;
		  height: 150px;
		  font-size: 1.2em;
	}

	.top-container {
		font-size: 1em;
	}
	
	.top-right-menu > a {
		line-height: 1.5em;
	}

	.top-right-menu > a i {
		font-size: 1.6em;
	}

	.top-right-menu > a .badge {
		font-size: .8em;
	}

	.top-right-menu > a small {
		font-size: .75em;
	}



	.main-banner { 
		background-size: auto;
	}

	.sticky-top-lg {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

	#logoLineWrap.fixed .logo > img  {
		margin-bottom: 0px;
	}

	.mobile-nowrap-carousel > div.item-wrap {
		flex: 0 0 25%;
	    max-width: 25%;
	}

}