/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 21 2025 | 12:06:47 */
@media only screen and (max-width: 776px) {
	/*title block*/
    .page-header {
        padding: 100px 0 80px !important;        
    }
	
	/*count block home page*/
	.countblock .ekit-wid-con .text-left {
    	text-align: center !important;
	}

    .countblock .why-choose-counter-item .elementskit-funfact-inner {
        align-items: center !important;
    }

	
	/*меню юр доків у футері*/
.footer-privacy-policy .ekit-vertical-navbar-nav li::before {    
    top: 0px;   
}
	
	
}