@media (max-width: 575.98px) {
	header .site-branding .site-description {
		font-size: 12px;
	}
	header .site-branding .site-title {
		font-size: 12px;
	}
	header .site-branding .desc {
		padding: 0;
		padding-left: 5px;
	}
	header .site-branding {
		margin: 20px 0;
	}
	header .site-branding a {
		/*width: 50px;*/
	}
	header .top-contact {
		text-align: center;
	}
	.top-zakaz{
		text-align: center;
	}
	header .site-branding {
		padding: 0px;
	}
	header.site-header{
		padding: 0;
	}
	header.site-header .home-block-height h1 {
		font-size: 2rem;
		font-weight: 600;
	}
	header.site-header .home-block-height p {
		font-size: 1rem;
	}
	header.site-header .home-block-height {
		min-height: 200px;
	}
	
	.header-bg{
		background-attachment: inherit;
	}
	footer.site-footer .footer-background {
		padding: 30px;
		text-align: center;
	}
	footer.site-footer .footer-background .copy{
		text-align: center;
	}
	
	.callback{
		background-color: transparent;
		padding: 30px 0;
	}
	.call-back div input[type="tel"] {
		text-align: center;
	}
	
	.call-back input[type="submit"]{
		margin-top: 5px;
	}
	
	.navbar-toggler{
		position: absolute;
		margin-top: -65px;
		z-index: 9;
		right: 15px;
	}
	
	.entry-title{
		font-size: 25px;
	}
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	header .top-contact {
		font-size: 19px;
	}
	
	header .site-branding .desc {
		padding: 10px 10px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	
	
	.navbar-toggler{
		display: none;
	}
	
	.nav.navbar-nav{
		margin-left: auto;
		margin-right: auto;
	}
	header.site-header .home-block-height p {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	
	
	.navbar-toggler{
		display: none;
	}
	header .site-branding a {
		width: 70px;
	}
	header .site-branding .desc {
		padding: 5px 10px;
	}
	header .site-branding .site-title {
		font-size: 15px;
	}
	header .site-branding .site-description {
		font-size: 14px;
	}
	header .top-contact {
		font-size: 18px;
	}
	
	
}

@media (min-width: 1200px) {
	
	
	.navbar-toggler{
		display: none;
	}
	
}