@media(max-width: 767px) {
	.header-top > .container > .row > .col-md-12 {
		flex-direction: column;
	}
	.header-top .contacts-box > a {
		display: block;
		margin: 10px 0;
	}
	.header-bottom .navbar {
		display: block;
		margin: 0;
	}
	#carousel-counter,
	.carousel-indicators {
		display: none;
	}
	.catalog .col-md-4 > img {
		width: 60px;
	}
	.catalog .col-md-4 > .title {
		font-size: 20px;
	}
	.catalog .navbar-list {
		margin-left: 30px !important;
	}
	.catalog-block > .container-fluid > .h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.catalog-block > .container-fluid > .h3 > img {
		width: 30px;
	}
	.footer .copyright,
	.footer .counters {
		text-align: center;
	}
	.footer .copyright > i {
		display: block;
	}
	.footer .counters {
		margin-top: 15px;
	}
	.nav-child {
		display: none !important;
	}
}