@media screen and (max-width: 1399.98px) {
	
}

@media screen and (max-width: 1199.98px) {
	
}

@media screen and (max-width: 991.98px) {
	.top-header {
		display: none;
	}
	
	
	.header-contacts {
		display: none;
	}
	
	
	.mobile-menu {
		display: block;
	}
	
	
	.basket a.cart-block-link {
		margin-left: auto;
		margin-right: 10px;
	}
	
	
	.bottom-header {
		display: none;
	}
	
	
	.breadcrumb ol.breadcrumb-inner {
		text-align: center;
	}
	
	
	.top-catalog div.top-catalog-items div.top-catalog-item {
		width: 330px;
		margin-bottom: 15px;
	}


	.product-full div.product-body iframe {
		aspect-ratio: 16 / 9;
		width: 100% !important;
	}		
	
	
	.product-full div.product-video iframe {
		aspect-ratio: 16 / 9;
		width: 100% !important;
	}
	
	
	.advantages div.block-content div.advantages-item {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.footer-contacts {
		margin-bottom: 30px;
	}
	
	
	.footer-menu ul.footer-menu-inner li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	
	.footer-menu ul.footer-menu-inner li ul.sub-footer-menu-inner li {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767.98px) {
	.slider {
		display: none;
	}
	
	
	.slider-mobile {
		display: block;
	}
	
	
	.top-products div.slick nav.slick__arrow {
		display: none;
	}
	
	
	.new-products div.slick nav.slick__arrow {
		display: none;
	}
	
	
	.product-full div.product-tabs div.product-tabs-links a {
		width: 100%;
	}
	
	
	.product-action {
		width: 300px;
	}
	
	.product-slider {
		width: 300px;
	}
	
	
	.footer-contacts div.block-content {
		flex-wrap: wrap;
	}
	
	
	.footer-contacts div.block-content div.footer-contacts-item {
		width: 100%;
		text-align: center;
	}
	
	
	.footer-menu ul.footer-menu-inner li {
		text-align: center;
	}
}

@media screen and (max-width: 575.98px) {

}


