@media screen and (max-width:1199px){
	
	#main-header { height: 224px; }
	#upper-header { height: 174px; }
	#top-menu-wrapper { margin-top: 34px; }
	#main-header #top-menu { right: calc(var(--bs-gutter-x) * -.5); top: -34px; bottom: auto; left: calc(var(--bs-gutter-x) * -.5); text-align: center; padding: 0; height: 34px; background-color: var(--primary-color-dark); line-height: 34px; }
		
	.sidebar-widget h2 a { display:none; }
	
	#slider .carousel-item .carousel-caption .carousel-caption-content-wrapper .carosule-caption-excerpt { display:none; }
	
	.block-wrapper .block-wrapper-title .block-title h2 {font-size: 1.2rem; }
	#main-header #top-menu { font-size: 0.9em; }
	
	#main-footer { word-break: break-all; }

	
}