@media (min-width: 992px) and (max-width:1199px){ 
.container {
        width: 980px !important;
	}
	#logo{
	    width: 990px;
	}
	}
	@media (min-width: 1200px){
	.container {
        width: 1150px !important;
		}
		#logo{
		width: 1170px;
		}
	}
	
	@media (min-width: 768px) and (max-width:991px){
	.container {
        width: 1010px !important;
		}
	#logo{ 
	    width: 900px;
	}
	.tel{
	    width: 50%;
	}
	}
	 @media (min-height: 589px) and (max-width: 767px){
 .container{
 width: 700px !important;
 }
 #szerok{ 
 width:30%;
 }
 .tel{
	    width: 70%;
		}
 }
 
 @media (min-width:411px) and (max-width:414px){
 .container{
 width: 400px !important;
 }
 #szerok{ 
width: 99% !important;
 }
 #logo{
 width:100%;
 }
 .tel{
	    display:none;
		}
		}
		@media (width:375px){
 .container{
 width: 360px !important;
 }
 #szerok{ 
width: 99% !important;
 }
 #logo{
 width:100%!important;
 }
 .tel{
	    display:none;
		}
		}
		@media (width:360px){
 .container{
 width: 350px !important;
 }
 #szerok{ 
width: 99% !important;
 }
 #logo{
 width:100%!important;
 }
 .tel{
	    display:none;
		}
		}
			@media (width:320px){
 .container{
width: 385px !important;
 }
 #szerok{ 
width: 99% !important;
 }
 #logo{
 width:120%!important;
 }
 .tel{
	    display:none;
		}
		}