/*----------------@media--------------------*/
@media (max-width: 1200px) {
	.advantages-block {
		.advantages__item {
			flex-direction: column;
			text-align: center;
		}
	}
}

@media (max-width: 1100px){
	.main-menu, .menu{
		display: block;
		height: auto;
	}
	.main-menu{
		position: fixed;
		width: 100%;
		max-width: 350px;
		height: 100vh;
		padding: 100px 20px 60px;
		background-color: #100c0b;
		top: 0;
		right: -100%;
		transition: 0.5s;
		z-index: 6;
	}
	.open-menu .main-menu{
		right: 0;
	}
	#menu-item-1146{
display:block;
}
	header .menu li a{
		padding: 10px 0;
		text-align: center;
		font-size: 18px;
	}
	.basket-btn{
		margin: 20px auto;
	}
	.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
		max-width: 100%;
	}
	.dgwt-wcas-search-form, .dgwt-wcas-search-wrapp, .src-pool, .dgwt-wcas-sf-wrapp{
		max-width: 100%!important;
		margin: 20px 0;
	}
	.btn-close,
  .btn-open{
  	display: block;
  }
}
@media (max-width: 991px){
	.one-partner{
		margin: 0 auto 20px;
	}
}
@media (max-width: 768px){
	 footer .menu li{
		padding: 0;
	}
	.main-block h1,
	.main-block p{
		text-align: center;
	}
	.main-block .btn-all{
		margin: 0 auto;
	}
	.soc-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	.soc-block a{
		margin: 20px 10px;
	}
	.main-slider,
	.small-slider,
	.actions{
		display: none!important;
	}
	.other-page{
		padding: 100px 0 60px;
	}
	.woocommerce-cart .qib-container{
		margin-left: 20px;
	}
	.cat-menu{
		position: fixed;
		width: 100%;
		height: 100%;
		padding: 30px;
		background-color: #fff;
		overflow-y: overlay;
		left: -100%;
		top: 0;
		transition: 0.5s;
		z-index: 100;
	}
	.open-src .cat-menu{
		left: 0;
	}
	.btn-cat-close{
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../img/content/close.svg) no-repeat;
		background-size: cover;
		top: 30px;
		right: 30px; 
		z-index: 20;
	}
	.btn-cat-open{
		position: fixed;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		background: #100c0b url(../img/content/catalog-btn.png) center center no-repeat;
		bottom: 10%;
		left: 30px;
	}
}
@media (max-width: 320px){

}
/*----------------@media END---------------*/