/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 30 2025 | 13:19:42 */
/* Только для экранов от 768px и до 1540px */
@media screen and (min-width: 768px) and (max-width: 1540px) {
  body {
    zoom: 0.67;
  }
}
