@media only screen and (max-width: 340px)  {
	.xs-center{
		text-align: center;
	}
	.slide-image{
		/*background-size: auto 100% !important;*/
	}
	.left_menu{
		display: none;
	}
	.reduced{
		width:100% !important;
	}
	#mobile_menu_button{
		display: block;
	}
	.top-menu{
		display: none;
	}
	img{
		max-width: 340px;
	}
	.swiper-container,
	.swiper-container-autoheight .swiper-slide {
		height:150px !important;
	}
	.home-brands-cont .row .col{
	  min-width: 200px;
	  min-height: 100px;
	}
	.gif-anim{
		width:100%;
	}
	.goods-breadcrump{
		width:100% !important;
		border-top:1px solid #2171C1;
	}
	.goods-menu-title{
		width: 100% !important;
	}
	.good-col{
		min-width: 200px;
	  	min-height: 100px;
	}
	.container-categories{
	  width:100%;
	}
}


@media screen and (min-width: 341px) and (max-width: 768px) {
	
	.slide-image{
		/*background-size: auto 100% !important;*/
	}
	.left_menu{
		display: none;
	}
	.reduced{
		width:100% !important;
	}
	#mobile_menu_button{
		display: block;
	}
  	.top-menu{
  		display: none;
  	}
	img{
		max-width: 768px;
	}
	.swiper-container,
	.swiper-container-autoheight .swiper-slide {
		height:200px !important;
	}
	.news-item{
		width: calc( 100% - 21px );
	}
	.home-brands-cont .row .col{
	  min-width: 160px;
	  min-height: 100px;
	  margin: 10px 0;
	}
	.gif-anim{
		width:100%;
		max-width: 350px;
	}
	.goods-breadcrump{
		width:100% !important;
		border-top:1px solid #2171C1;
	}
	.goods-menu-title{
		width: 100% !important;
	}
	.good-col{
		width:100%;
		/*min-width: 200px;*/
	  	min-height: 100px;
	}
	.container-categories{
	  width:200px;
	}
}



@media screen and (min-width: 769px) and (max-width: 1000px) {
	.slide-image{
		/*background-size: auto 100% !important;*/
	}
	#mobile_menu_button{
   		display: block;
	}
	.top-menu{
 		display: none;
 	}
 	.swiper-container,
	.swiper-container-autoheight .swiper-slide {
		height:320px !important;
	}
	.news-item{
		width: calc( 33% - 20px );
	}
	.home-brands-cont .row .col{
	  min-width: 160px;
	  min-height: 100px;
	}
	.gif-anim{
		width:100%;
		max-width: 300px;
	}
	.container-categories{
	  width:200px;
	}
}


@media screen and (min-width: 1001px) and (max-width: 1280px) {
	#mobile_menu_button{
		display: block;
	}
	.top-menu{
		display: none;
	}
	.swiper-container,
	.swiper-container-autoheight .swiper-slide {
		height:419px !important;
	}
	.news-item{
		width: calc( 25% - 23px );
	}
	.home-brands-cont .row .col{
	  min-width: 160px;
	  min-height: 100px;
	}
	.gif-anim{
		width:100%;
		max-width: 300px;
	}
	.module_home_page .left_menu{
		width:100% !important;
	}
	.module_home_page .goods-menu-title{
		width:calc(100% + 1px) !important;
	}
	.container-categories{
	  width:200px;
	}
}


@media screen and (min-width: 1281px) and (max-width: 1400px) {
	.top-menu > li > a:link,
	.top-menu > li > a:visited,
	.top-menu > li > a:active{
	  font-size:16px;
	}
	.news-item{
		width: calc( 25% - 23px );
	}
	.module_home_page .left_menu{
		width:100% !important;
	}
	.module_home_page .goods-menu-title{
		width:calc(100% + 1px) !important;
	}
}


@media screen and (min-width: 1401px) {
	.news-item{
		width: calc( 25% - 23px );
	}
}